how can chekl the cpu temperature on interworx centos 4.2 ?
InterWorx does not show the CPU temperature. You may be able to check /proc/acpi/thermal_zone, but only if your hardware and your distribution supports it. If your motherboard doesn’t have a temperature probe, obviously you wouldn’t be able to get your CPU temp.
For example, on my laptop running Ubuntu, I can do:
cat /proc/acpi/thermal_zone/THRM/temperature
temperature: 62 C
But this is only because my configuration supports temperature monitoring. Check with your distribution’s support docs to see if it’s possible for you.
Socheat
Supported : )
Thankyou for this usefull data.