Compare commits

..

No commits in common. "d8f0d49a64b7f0dfbd74b93c460f0d3ba04851f9" and "e65b18430eb97c181207d917b5198781cc889268" have entirely different histories.

2 changed files with 0 additions and 11 deletions

View file

@ -160,8 +160,6 @@ for dashboard_id, monitored_node in enumerate(monitored_nodes, start=1):
files[f'/var/lib/grafana/dashboards/{monitored_node.name}.json'] = { files[f'/var/lib/grafana/dashboards/{monitored_node.name}.json'] = {
'content': json.dumps(dashboard, indent=4), 'content': json.dumps(dashboard, indent=4),
'owner': 'grafana',
'group': 'grafana',
'triggers': [ 'triggers': [
'svc_systemd:grafana-server:restart', 'svc_systemd:grafana-server:restart',
] ]

View file

@ -14,9 +14,6 @@
'max': 100, 'max': 100,
'min': 0, 'min': 0,
'unit': 'percent', 'unit': 'percent',
'legend': {
'displayMode': 'hidden',
},
}, },
'load': { 'load': {
'queries': { 'queries': {
@ -32,9 +29,6 @@
}, },
'min': 0, 'min': 0,
'unit': 'watts', 'unit': 'watts',
'legend': {
'displayMode': 'hidden',
},
}, },
'time': { 'time': {
'queries': { 'queries': {
@ -50,8 +44,5 @@
}, },
'min': 0, 'min': 0,
'unit': 'minutes', 'unit': 'minutes',
'legend': {
'displayMode': 'hidden',
},
}, },
} }