File monitoring-plugins-esxi_hardware.changes of Package monitoring-plugins-esxi_hardware
-------------------------------------------------------------------
Wed Jul 16 18:02:38 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 20250716
* Fix exit code from -1 to 3 (to respect Nagios Plugin
Development Guidelines) on input validation (#76).
-------------------------------------------------------------------
Fri Feb 21 19:03:52 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 20250221
* Improve pywbem exception handling across old (< 1.0.0) and
newer (>= 1.0.0) pywbem versions.
* Also handle HTTPError exception. This is useful when the
plugin is mistakenly pointed to a HTTP endpoint which does
not serve any CIM elements (ESXi HTTPS UI for example).
* The plugin requires the Python module "packaging" from now on!
-------------------------------------------------------------------
Sat Nov 30 09:34:20 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 20241129
* Minor bug fixes
* Drop support for python2
- Drop patch:
* 0001-pkg_resources-importlib.patch
-------------------------------------------------------------------
Tue Sep 10 17:15:41 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 20221230
* This release fixes a bug (issue #68), when no serial number
was presented by the CIM elements.
* The plugin will now show a s/n: None in the output, if no
serial number was detected.
- Update to version 20220708
* This release adds two new parameters --format and --pretty to
the plugin. JSON output is now supported.
This is required when using the plugin with Zabbix.
- Update to version 20210809
* Bugfix in TLSv1 usage.
- Update to version 20200710
* Fix error inconsistent with command line requirements #47
* Fix clean up /tmp/<ip>_openssl.conf #48
- Update to version 20200605
* https://www.claudiokuenzler.com/blog/965/check_esxi_hardware-new-ssl-tls-protocol-parameter
- Add patch:
* 0001-pkg_resources-importlib.patch
-------------------------------------------------------------------
Sun Mar 24 18:54:25 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to version 20181001
* Cleanup and define variables
* Distinguish between/add support for minor versions of pywbem 0.7
and 0.8
* Add parameter for variable CIM port (useful when behind NAT)
* Added support for pywbem 0.9.x (and upcoming releases)
* Added option to ignore LCD/Display related elements (--no-lcd)
* Try to use internal pywbem function to determine version
* Throw an unknown if we can't fetch the data for some reason
* python3 compatibility
- Run spec-cleaner
-------------------------------------------------------------------
Fri Sep 25 12:05:13 UTC 2015 - mardnh@gmx.de
- update to version 20150710
-------------------------------------------------------------------
Wed Apr 16 18:16:54 UTC 2014 - mardnh@gmx.de
- initial package