Hi there,
I have two questions about IPMI process.
First of all,
Zabbix / 3.2.3 (manually compiled, with ipmi)
Linux / 3.16.0-4-amd64 -- Debian 8.6
Only 1 IPMI Pollers started
Secund of all, questions,
1. I'm monitoring temperatures through iDRAC (6). I've created a template affected to 19 hosts.
It works perfectly fine except for three of them, where I have an error telling me sensor data is not available.
I've ran impitool from cli, the 3 IP answer correctly.
Upping debug level to 4 shows me an "UNSUPPORTED" error, but why only on 3 servers ?
Any idea where i can dig to understand why this templated item is unsupported on specifically 3 hosts ?
Only common point : the three of them are model R510 from PowerEdge.
Still digging..
2. About graphs,
All other hosts show me correct temperature in "Lastest data". (item type : text)
When i want to create a graph from the host, i can't add an item to the graph : no item is shown. I only have "no data found".
Is that a normal behaviour?
Thanks!
I have two questions about IPMI process.
First of all,
Zabbix / 3.2.3 (manually compiled, with ipmi)
Linux / 3.16.0-4-amd64 -- Debian 8.6
Only 1 IPMI Pollers started
Code:
root@ZABBIX:/var/www# dpkg -l |grep ipmi ii ipmitool 1.8.14-4 amd64 utility for IPMI control with kernel driver or LAN interface ii libopenipmi-dev 2.0.16-1.4 amd64 Intelligent Platform Management Interface - development ii libopenipmi0 2.0.16-1.4 amd64 Intelligent Platform Management Interface - runtime ii openipmi 2.0.16-1.4 amd64 Intelligent Platform Management Interface (for servers)
1. I'm monitoring temperatures through iDRAC (6). I've created a template affected to 19 hosts.
It works perfectly fine except for three of them, where I have an error telling me sensor data is not available.
I've ran impitool from cli, the 3 IP answer correctly.
Upping debug level to 4 shows me an "UNSUPPORTED" error, but why only on 3 servers ?
Code:
14474:20170302:125137.852 In zbx_get_ipmi_sensor_by_id() sensor:'Ambient Temp@[IP]:623' 14474:20170302:125137.852 End of zbx_get_ipmi_sensor_by_id():0x234cf40 14474:20170302:125137.852 In zbx_read_ipmi_sensor() sensor:'Ambient Temp@[IP]:623' 14474:20170302:125137.852 In zbx_perform_openipmi_ops() host:'[IP]:623' phost:0x22c30e0 from zbx_read_ipmi_sensor() 14474:20170302:125137.877 In zbx_got_thresh_reading_cb() 14474:20170302:125137.877 End of zbx_got_thresh_reading_cb():NOTSUPPORTED 14474:20170302:125137.877 End zbx_perform_openipmi_ops() from zbx_read_ipmi_sensor() 14474:20170302:125137.877 End of zbx_read_ipmi_sensor():NOTSUPPORTED 14474:20170302:125137.877 Item [HOST:ipmi.temp] error: sensor data is not available 14474:20170302:125137.877 End of get_value():NOTSUPPORTED 14474:20170302:125137.877 In activate_host() hostid:10139 itemid:23998 type:12 14474:20170302:125137.877 query [txnlev:1] [begin;] 14474:20170302:125137.877 query [txnlev:1] [update hosts set ipmi_available=1 where hostid=10139] 14474:20170302:125137.878 query [txnlev:1] [commit;] 14474:20170302:125137.878 enabling IPMI agent checks on host "HOST": host became available
Only common point : the three of them are model R510 from PowerEdge.
Still digging..
2. About graphs,
All other hosts show me correct temperature in "Lastest data". (item type : text)
When i want to create a graph from the host, i can't add an item to the graph : no item is shown. I only have "no data found".
Is that a normal behaviour?
Thanks!
Comment