lm_sensors 3.20 w/ coretemp using CENTOS 5.5 on GA-G31M-E2SL w/ it8718 chip
-
add elrepo to your repositories
-
yum –enablerepo=elrepo install kmod-coretemp # this will install lm_sensor 2.10.8 as its dependencies.
-
lsmod | grep coretemp # coretemp should be loaded by now
-
download latest lm_sensors 3.20 source, compile and install
-
edit /etc/init.d/lm_sensors entry
from : PSENSORS=/usr/bin/sensors to: PSENSORS=/usr/local/bin/sensors
-
chkconfig lm_sensors on
-
done
modinfo it87 modinfo coretemp
optional
-
add the ff. to your zabbix_agent.conf
UserParameter=sensors[\*],/usr/local/bin/sensors | grep "$1" | head -$2 | tail -1 | awk "{print $"$3"}" | sed 's/[-!@#\$%^&\*()°+a-zA-Z]//g'
-
add the ff to your sensors3.conf under the chip it87 entry
label fan1 “CPU Fan”
No comment
Say something
Thank you
Your post has been submitted and will be published once it has been approved.
OK
OOPS!
Your post has not been submitted. Please return to the page and try again. Thank You!
If this error persists, please open an issue by clicking here.
OK