1
0
mirror of https://github.com/Napsty/check_esxi_hardware.git synced 2025-03-31 05:03:41 +02:00
Gutes Plugin, um die Hardware von ESXi-Servern zu testen
Go to file
Claudio Kuenzler 8b6917f0ca
Improve pywbem exception handling (#75)
This PR improves exception handling of the `pywbem` module, which uses different exception calls before and starting with pywbem 1.0.0. 

This allows correct exception handling with older `pywbem` versions (< 1.0.0) and newer versions.

The PR also adds exception handling for HTTP exception, when a HTTP server responds on the requested host and port, but it's not an ESXi CIM server.
2025-02-21 11:08:04 +01:00
.github Remove python2 and pywbem 0.7.0 compatibility (#73) 2024-11-29 08:20:00 +01:00
check_esxi_hardware.py Improve pywbem exception handling (#75) 2025-02-21 11:08:04 +01:00
README.md Update README.md 2021-11-11 16:03:31 +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 https://www.claudiokuenzler.com/monitoring-plugins/check_esxi_hardware.php

Compatibility list

Please check https://www.claudiokuenzler.com/blog/1110/check_esxi_hardware-esxi-compatibility-matrix-list for a (non conclusive) matrix of known working versions.