grafana-unraid-stack
grafana-unraid-stack copied to clipboard
CPU Temp
My attempt to display the CPU temperature was unsuccessful.
What need to change on setting of config for this function on?
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 what does "feature"
do in the query? And should I replace the query in the GUS.json or other files?