grafana
This commit is contained in:
parent
21e01feffc
commit
747d10f509
2 changed files with 17 additions and 0 deletions
16
groups/hardware/raspberry-pi.py
Normal file
16
groups/hardware/raspberry-pi.py
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
'metadata': {
|
||||||
|
'telegraf': {
|
||||||
|
'config': {
|
||||||
|
'inputs': {
|
||||||
|
'file': [{
|
||||||
|
'files': ["/sys/class/thermal/thermal_zone0/temp"],
|
||||||
|
'name_override': "cpu_temperature",
|
||||||
|
'data_format': "value",
|
||||||
|
'data_type': "integer",
|
||||||
|
}],
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
}
|
|
@ -3,6 +3,7 @@
|
||||||
'groups': [
|
'groups': [
|
||||||
'debian-11',
|
'debian-11',
|
||||||
'monitored',
|
'monitored',
|
||||||
|
'raspberry-pi',
|
||||||
],
|
],
|
||||||
'bundles': [
|
'bundles': [
|
||||||
'dm-crypt',
|
'dm-crypt',
|
||||||
|
|
Loading…
Reference in a new issue