1
0
mirror of https://github.com/Napsty/check_esxi_hardware.git synced 2024-10-22 12:13:46 +02:00
Gutes Plugin, um die Hardware von ESXi-Servern zu testen
Go to file
Claudio Kuenzler 60b03332f9 Fix NoneType element bug
Andreas Gottwald sent a patch which fixes an issue, when the CIM element was a "NoneType" element but the plugin wanted to read a string from it. 

    Traceback (most recent call last):
     File "./check_esxi_hardware.py", line 629, in <module>
    verboseoutput("  Element Name = "+elementName)
    TypeError: cannot concatenate 'str' and 'NoneType' objects
2015-01-15 15:13:47 +01:00
check_esxi_hardware.py Fix NoneType element bug 2015-01-15 15:13:47 +01:00
README.md Update README.md 2014-03-19 09:42:10 +01:00

check_esxi_hardware

Monitoring plugin to check the hardware on VMware ESX/ESXi servers.

This is the public git repository for development of the plugin.

Documentation + Production Ready Plugin

Please refer to http://www.claudiokuenzler.com/nagios-plugins/check_esxi_hardware.php