I can't get IPMI working, within the zabbix gui I have setup IPMI with the same values as in the ipmitool command below. Zabbix does not collect any values. I see nothing in /var/zabbix/log/zabbix.log. I'm using the Template_IPMI_Sun_Fire_X4100_M2 template with x4100 hardware
How do I debug this?
# ./zabbix_server -V
Zabbix Server v1.8.2 (revision 11211) (29 March 2010)
Compilation time: May 5 2010 13:30:58
# which ipmitool
/usr/bin/ipmitool
# ipmitool -V
ipmitool version 1.8.9
# ipmitool -I lanplus -H 172.21.186.13 -L user -U xxx -P yyy sensor
/MB/V_+3V3_STBY | 3.339 | Volts | ok | 3.131 | 3.131 | 3.166 | 3.529 | 3.598 | 3.633
............
How do I debug this?
# ./zabbix_server -V
Zabbix Server v1.8.2 (revision 11211) (29 March 2010)
Compilation time: May 5 2010 13:30:58
# which ipmitool
/usr/bin/ipmitool
# ipmitool -V
ipmitool version 1.8.9
# ipmitool -I lanplus -H 172.21.186.13 -L user -U xxx -P yyy sensor
/MB/V_+3V3_STBY | 3.339 | Volts | ok | 3.131 | 3.131 | 3.166 | 3.529 | 3.598 | 3.633
............
Comment