testdasi / grafana-unraid-stack

Meet Gus! He has everything you need to start monitoring Unraid (Grafana - Influxdb - Telegraf - Loki - Promtail).
GNU General Public License v3.0
83 stars 18 forks source link

CPU Temp #3

Open Un1QExit opened 4 years ago

Un1QExit commented 4 years ago

My attempt to display the CPU temperature was unsuccessful. What need to change on setting of config for this function on? screenshot-192 168 31 100_3006-2020 09 29-12_40_13

kukat commented 3 years ago

in my case, I have to change the query to

SELECT distinct("temp_input") FROM "sensors" WHERE ("chip" = 'coretemp-isa-0000') AND $timeFilter GROUP BY time($__interval), "feature"
seanzhang98 commented 2 years ago

@kukat what does "feature" do in the query? And should I replace the query in the GUS.json or other files?