Hi All!
I'm trying to monitor HDD temperature on my server.
In /etc/zabbix/zabbix_agentd.conf I add line
restart the zabbix-agent, try to test it and got this:
This means the UserParameter HDDTempSDA is working, isn't it?
So, I tried to add it to "Items":
And press "Save" button.
But after pressing "Mass update" at the bottom of "Items" page the status of HDDTempSDA is displayed as "Not supported".
Why? What am I doing wrong?
Thanks in advance!
P.S. Both servers use CentOS 5.2
I'm trying to monitor HDD temperature on my server.
In /etc/zabbix/zabbix_agentd.conf I add line
Code:
UserParameter=HDDTempSDA,hddtemp /dev/sda |cut -f3 -d":" |cut -f1 -d"°"|tr -d ' \011\015\032'
Code:
[root@alfa ~]# zabbix_agentd -t HDDTempSDA HDDTempSDA [t|25]
So, I tried to add it to "Items":
Code:
Description: SDA HDD Temp Type: Zabbix Agent Key: HDDTempSDA Type of information: Numeric (float) Units: C Use multiplier: Do not Use Update interval (in sec): 60 Flexible intervals (sec): No flexible intervals Keep history (in days): 90 Keep trends (in days): 365 Status: Active Store value: As is Applications: OS Group: Linux servers
But after pressing "Mass update" at the bottom of "Items" page the status of HDDTempSDA is displayed as "Not supported".
Why? What am I doing wrong?
Thanks in advance!
P.S. Both servers use CentOS 5.2
Comment