This commit is contained in:
mwiegand 2021-07-13 19:47:12 +02:00
parent da11f49cfb
commit 10eaaa7e12
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ defaults = {
}, },
'databases': {}, 'databases': {},
}, },
'grafana_rows': {}, 'grafana_rows': set(),
} }
if node.has_bundle('zfs'): if node.has_bundle('zfs'):

View file

@ -50,12 +50,12 @@ defaults = {
}, },
}, },
}, },
'grafana_rows': [ 'grafana_rows': {
'cpu', 'cpu',
'mem', 'mem',
'disk_io', 'disk_io',
'net_io', 'net_io',
], },
} }