Hi All,
I am having tough time in getting IPMI based items working from zabbix.
Below are my config details.
Monitored Client Server : Dell R630 , IPMI configured, used this link to configure it.
This is the template i am using for monitoring via IPMI.
When the host (192.168.1.1) got added, i have enabled IPMI monitoring by putting ip with port 623 under Configuration->Host, also under IPMI tab of that host, Authentication Algorithm set to Default, Privilege level set to Admin, username to root, and password to required password.
IPMI command from zabbix server output,
Zabbix server version Details
Packages installed on zabbix server (running on CentOS 6.3 )
Logs from the server
Any pointers are greatly helpful.
Thanks
I am having tough time in getting IPMI based items working from zabbix.
Below are my config details.
Monitored Client Server : Dell R630 , IPMI configured, used this link to configure it.
This is the template i am using for monitoring via IPMI.
When the host (192.168.1.1) got added, i have enabled IPMI monitoring by putting ip with port 623 under Configuration->Host, also under IPMI tab of that host, Authentication Algorithm set to Default, Privilege level set to Admin, username to root, and password to required password.
IPMI command from zabbix server output,
Code:
[root@zabbix]# ipmitool -I lanplus -H 192.168.1.1 -U root -P password sdr elist all SEL | 72h | ns | 7.1 | No Reading Intrusion | 73h | ok | 7.1 | iDRAC8 | 00h | ok | 7.1 | Dynamic MC @ 20h System Board | 00h | ns | 7.1 | Logical FRU @00h CPU1 | 00h | ns | 3.1 | Physical FRU @B0h CPU2 | 00h | ns | 3.2 | Physical FRU @B0h ^C SIGN INT: Close Interface IPMI v2.0 RMCP+ LAN Interface
Code:
Zabbix server v2.2.12 (revision 59538) (20 April 2016) Compilation time: May 1 2016 13:17:20
Code:
ipmitool-1.8.15-2.el6.x86_64 OpenIPMI-perl-2.0.16-14.el6.x86_64 OpenIPMI-2.0.16-14.el6.x86_64 OpenIPMI-python-2.0.16-14.el6.x86_64 OpenIPMI-libs-2.0.16-14.el6.x86_64 OpenIPMI-devel-2.0.16-14.el6.x86_64
Code:
35297:20161226:171603.643 ipmi poller #2 [got 0 values in 0.000240 sec, getting values] 35296:20161226:171603.644 ipmi poller #1 [got 0 values in 0.000237 sec, getting values] 35297:20161226:171603.645 ipmi poller #2 [got 0 values in 0.000572 sec, idle 5 sec] 35296:20161226:171603.646 ipmi poller #1 [got 0 values in 0.001074 sec, idle 5 sec] 35095:20161226:171606.038 In substitute_key_macros() data:'ipmi.sensor.Current_1' 35095:20161226:171606.041 End of substitute_key_macros():SUCCEED data:'ipmi.sensor.Current_1' 35095:20161226:171606.045 In get_value() key:'ipmi.sensor.Current_1' 35095:20161226:171606.046 In get_value_ipmi() key:'test-xen-1:ipmi.sensor.Current_1' 35095:20161226:171606.047 In init_ipmi_host() host:'[192.168.1.1]:623' 35095:20161226:171606.047 In get_ipmi_host() host:'[192.168.1.1]:623' 35095:20161226:171606.048 End of get_ipmi_host():(nil) 35095:20161226:171606.048 In allocate_ipmi_host() host:'[192.168.1.1]:623' 35095:20161226:171606.049 End of allocate_ipmi_host():0x139e0f0 35095:20161226:171606.113 End of init_ipmi_host():0x139e0f0 35095:20161226:171606.113 Item [test-xen-1:ipmi.sensor.Current_1] error: cannot connect to IPMI host: [33554433] Unknown error 33554433 35095:20161226:171606.114 query [txnlev:1] [update hosts set ipmi_disable_until=1482752781,ipmi_error='cannot connect to IPMI host: [33554433] Unknown error 33554433' where hostid=15143] 35095:20161226:171606.117 IPMI agent item "ipmi.sensor.Current_1" on host "test-xen-1" failed: another network error, wait for 15 seconds
Thanks
Comment