Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
nagios-plugins-vmware-esxi
> ssl_noverify.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File ssl_noverify.patch of Package nagios-plugins-vmware-esxi (Revision 9)
Currently displaying revision
9
,
show latest
--- check_esxi_hardware.py.orig 2014-10-08 20:17:58.627667212 +0200 +++ check_esxi_hardware.py 2014-10-08 20:19:01.096727132 +0200 @@ -558,7 +558,7 @@ # connection to host verboseoutput("Connection to "+hosturl) -wbemclient = pywbem.WBEMConnection(hosturl, (user,password), NS) +wbemclient = pywbem.WBEMConnection(hosturl, (user,password), NS, no_verification=True) # Add a timeout for the script. When using with Nagios, the Nagios timeout cannot be < than plugin timeout. if on_windows == False and timeout > 0: