wip
This commit is contained in:
parent
da11f49cfb
commit
10eaaa7e12
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ defaults = {
|
||||||
},
|
},
|
||||||
'databases': {},
|
'databases': {},
|
||||||
},
|
},
|
||||||
'grafana_rows': {},
|
'grafana_rows': set(),
|
||||||
}
|
}
|
||||||
|
|
||||||
if node.has_bundle('zfs'):
|
if node.has_bundle('zfs'):
|
||||||
|
|
|
@ -50,12 +50,12 @@ defaults = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'grafana_rows': [
|
'grafana_rows': {
|
||||||
'cpu',
|
'cpu',
|
||||||
'mem',
|
'mem',
|
||||||
'disk_io',
|
'disk_io',
|
||||||
'net_io',
|
'net_io',
|
||||||
],
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue