Releases: BaldMansMojo/check_vmware_esx
Releases · BaldMansMojo/check_vmware_esx
Version 1.2.5
- 04 Auf 2022 M.Fuerstenau version 1.2.5
- Renamed module host_list_vm_volumes_info to host_volumes_info
because name was misleading - Minor corrections in help.pm
- New option --show-storage for runtime->listvms via host ore DC
- Fixed bug in blacklist/whitelist. Was casesensitve by default. This leads
to problems if for example a VM is defined in ESX with uppercase letters
and check is with lowercase (MYSERVER vs. myserver). So for example
checking for snapshots may result in no old snapshots found while
there are some. Fixed by adding option --ignore_casesensitive.
- Renamed module host_list_vm_volumes_info to host_volumes_info
Version 1.2.4
- 3 Jun 2022 M.Fuerstenau version 1.2.4
- Added several patches (pull requests) from Github:
- new command line option "--moref" that allows for selecting virtual machines by their Managed Object Reference name (e.g. "vm-193")
- ESXi reports temperature sensors as category "Other" instead of "Temperature" for some vendors, change selection critera from
Category to BaseUnit starting with "Degrees" - Updated some links in the readme. Patch by b0bcarlson
- It's possible to check hosts via datacenter but it was missing in help. Updated by Danijel Tasov (datamuc) ConSol
- Catch connection errors
- Health check failed if system has no hardware sensors. Fixed.
- Add host CPU readiness % subselect
- Added error message when trying to check guest CPU without subselect
- Instead of printing whole help like in the patch only vm part is printed
- Remove output of guestToolsUnmanaged if --open_vm_tools_ok
- Fully ignore unknown states for hardware
Bugfix release
- 26 Nov 2019 M.Fuerstenau version 1.2.3
- Fixed duplicate definition in datastore_volumes_info.pm
Version 1.2.2
Added fixes from Markus Frosch (lazyfrosch)