bundles/grafana: add dashboard row for dovecot

This commit is contained in:
Franzi 2021-08-21 07:47:24 +02:00
parent 2a7ab3a183
commit ea9abc5f73
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 254 additions and 0 deletions

View file

@ -112,6 +112,10 @@ for rnode in repo.nodes:
dashboard['rows'].append(dashboard_row_postfix(panel_id, rnode))
dashboard['tags'].add('postfix')
if rnode.has_bundle('dovecot'):
dashboard['rows'].append(dashboard_row_dovecot(panel_id, rnode))
dashboard['tags'].add('dovecot')
if rnode.has_bundle('postgresql'):
dashboard['rows'].append(dashboard_row_postgresql(panel_id, rnode))
dashboard['tags'].add('postgresql')