Compare commits
2 commits
747d10f509
...
9b3693dc04
Author | SHA1 | Date | |
---|---|---|---|
![]() |
9b3693dc04 | ||
![]() |
ab0e8a8ff5 |
2 changed files with 24 additions and 3 deletions
18
data/grafana/rows/health.py
Normal file
18
data/grafana/rows/health.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
'temperature': {
|
||||
'stacked': False,
|
||||
'queries': {
|
||||
'cpu_temperature': {
|
||||
'filters': {
|
||||
'_measurement': 'cpu_temperature',
|
||||
'_field': [
|
||||
'value',
|
||||
],
|
||||
},
|
||||
'function': 'mean',
|
||||
},
|
||||
},
|
||||
'unit': 'degrees',
|
||||
'display_name': '__field.labels.name'
|
||||
},
|
||||
}
|
|
@ -9,8 +9,11 @@
|
|||
'data_format': "value",
|
||||
'data_type': "integer",
|
||||
}],
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
'grafana_rows': {
|
||||
'health',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue