Basically, I want a template that will check on /proc/acpi/thermal_zone/THM/temperature every polling cycle and pull that data into a graph. temperature is already formatted, I just don't quite know how I'd go about jamming this data into a template and creating the query and whatnot.
Code: Select all
[root@shithead ~]# cat /proc/acpi/thermal_zone/THM/temperature
temperature: 41 C
Thanks in advance.