Check Command: check_ilo2_health ================================= Check hardware health of HP Proliant Servers by querying the HPE Integrated Lights-Out (iLO) 2/3/4/5 Management Controller. No need for snmp or installation of software. Checks if all sensors are ok, returns warning on high temperatures and fan failures and critical on overall health failure. **Note:** The plugin shows only temperature sensors by default. Faulty hardware components are only listed if iLO returns an error state. The plugin makes use of the HP Lights-Out XML scripting interface. Arguments [Optional] -------------------- - :code:`-e`: plugin ignores "syntax error" messages in the XML output. This may help for older firmwares. - :code:`-n`: output without temperature listing. - :code:`-d`: add PerfParse compatible temperature output. - :code:`-v`: print out the full XML output from the BMC. - :code:`-3`: support for iLO3|4 - :code:`-a`: check fan redundancy (only some models) - :code:`-c`: check drive bays (only some models) - :code:`-o`: check power redundancy (only some models) - :code:`-b`: temperature output with location - :code:`-l`: parse iLO eventlog - :code:`-b`: show temperature with location - :code:`-x`: ignore battery missing - :code:`-i`: ignore NIC Link Down status (iLO4). - :code:`-g`: display additional infos like firmware version and servername (may need increased timeout!) - :code:`-f`: read input from file instead from iLO, possible to feed -v output to it - :code:`--sslopts`: Defaults to 'SSL_verify_mode => SSL_VERIFY_NONE'. Use 'SSL_verify_mode => SSL_VERIFY_NONE, SSL_version => "TLSv1"' to avoid TLS Downgrade bug. Source ------ - https://exchange.nagios.org/directory/Plugins/Hardware/Server-Hardware/HP-%28Compaq%29/check_ilo2_health/details