10578 - Raspberry Pi Monitoring

Hi All,

I am trying to figure out where the configurations go for the CPU and GPU temps as per the creator of this dashboard

Collector Configuration Details

[[inputs.file]] files = ["/sys/class/thermal/thermal_zone0/temp"] name_override = "cpu_temperature" data_format = "value" data_type = "integer"

[[inputs.exec]] commands = ["/opt/vc/bin/vcgencmd measure_temp"] name_override = "gpu_temperature" data_format = "grok" grok_patterns = ["%{NUMBER:value:float}"]

I am using telegraf but no idea where to put this?

1 Like

It is telegraf configuration. See its documentation.

1 Like

That worked like a charm! Thank you!

I cant seem to get the network dashboard elemets to populate yet but I’ll tinker.

Hi,
Can you help me with this dashboard? I don’t know what to do. To make it work.

David Kirn