Script to monitor the hardware of ESXi
10K+
Author: Claudio Kuenzler
check_esxi_hardware (formerly known as check_esx_wbem) is an open source monitoring plugin to monitor the hardware of ESXi (and previously ESX) servers. It queries the CIM (Common Information Model) server running on the ESXi server to retrieve the current status of all discovered hardware parts. The plugin can also be used as standalone script to check the hardware. The plugin is written in python and uses the pywbem module. It supports both python2 and python3. See Requirements for more information.
https://github.com/xstarina/check-esxi-hardware
https://www.claudiokuenzler.com/monitoring-plugins/check_esxi_hardware.php
docker run --rm \
-v ${PWD}/.esxipass:/app/.esxipass:ro \
starina/check-esxi-hardware:latest \
-H esxi1.domain.local -U file:.esxipass -P file:.esxipass
By default, the container runs as user dude (uid:gid 7777:7777). So, if you mount a password file, you must give read permissions to this user/group. For example:
sudo chown 7777:7777 .esxipass
sudo chmod 400 .esxipass
https://www.claudiokuenzler.com/monitoring-plugins/check_esxi_hardware.php#Parameters
docker run --rm starina/check-esxi-hardware:latest --help
Content type
Image
Digest
sha256:dbdf38225…
Size
39.4 MB
Last updated
over 2 years ago
docker pull starina/check-esxi-hardware