January 2019
Intermediate to advanced
798 pages
20h 33m
English
To gather data using IPMI, Zabbix must be configured accordingly, and the device must accept connections from Zabbix. If you installed Zabbix from packages, IPMI support should be available. If you compiled Zabbix Server from source, OpenIPMI library support should be included as well. To be sure, check the startup messages in the server log file. Make sure the line about IPMI says YES:
IPMI monitoring: YES
That is not enough yet—by default, Zabbix server is configured to not start any IPMI pollers; thus, any added IPMI items won't work. To change this, open zabbix_server.conf and look for the following line:
# StartIPMIPollers=0
Uncomment it and set the poller count to 3, so that it reads as follows:
StartIPMIPollers=3 ...
Read now
Unlock full access