grafana-unraid-stack icon indicating copy to clipboard operation
grafana-unraid-stack copied to clipboard

CPU Temp

Open Un1QExit opened this issue 4 years ago • 2 comments

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

Un1QExit avatar Sep 29 '20 09:09 Un1QExit

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"

kukat avatar Nov 30 '20 16:11 kukat

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

seanzhang98 avatar Dec 13 '21 07:12 seanzhang98