bundles/rspamd: add telegraf metrics
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
ad159cc29a
commit
2940bfd3d8
5 changed files with 361 additions and 2 deletions
|
@ -116,6 +116,10 @@ for rnode in repo.nodes:
|
|||
dashboard['rows'].append(dashboard_row_dovecot(panel_id, rnode))
|
||||
dashboard['tags'].add('dovecot')
|
||||
|
||||
if rnode.has_bundle('rspamd'):
|
||||
dashboard['rows'].append(dashboard_row_rspamd(panel_id, rnode))
|
||||
dashboard['tags'].add('rspamd')
|
||||
|
||||
if rnode.has_bundle('postgresql'):
|
||||
dashboard['rows'].append(dashboard_row_postgresql(panel_id, rnode))
|
||||
dashboard['tags'].add('postgresql')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue