diff --git a/README.md b/README.md index bb4c6ba..ff9dc8b 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ 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 +Please refer to https://www.claudiokuenzler.com/monitoring-plugins/check_esxi_hardware.php diff --git a/check_esxi_hardware.py b/check_esxi_hardware.py index d8ed827..09eca2f 100755 --- a/check_esxi_hardware.py +++ b/check_esxi_hardware.py @@ -47,8 +47,8 @@ # The VMware 5.x CIM API is documented here: # http://pubs.vmware.com/vsphere-50/index.jsp?nav=/5_1_1 # -# This Nagios plugin is maintained and documented here: -# http://www.claudiokuenzler.com/monitoring-plugins/check_esxi_hardware.php +# This monitoring plugin is maintained and documented here: +# https://www.claudiokuenzler.com/monitoring-plugins/check_esxi_hardware.php # #@--------------------------------------------------- #@ History @@ -260,7 +260,7 @@ #@ Author : Claudio Kuenzler #@ Reason : python3 compatibility #@--------------------------------------------------- -#@ Date : 20190503 +#@ Date : 20190510 #@ Author : Claudio Kuenzler #@ Reason : Allow regular expressions from ignore list (-r) #@--------------------------------------------------- @@ -273,7 +273,7 @@ import re import pkg_resources from optparse import OptionParser,OptionGroup -version = '20190503' +version = '20190510' NS = 'root/cimv2' hosturl = ''