Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
ThomasC.
byThomasC., September 11, 2018
getting this error:
(No output on stdout) stderr: Traceback (most recent call last):
File "/usr/local/nagios/libexec/check_esxi_hardware.py", line 648, in
wbemclient = pywbem.WBEMConnection(hosturl, (user,password), no_verification=True)
TypeError: __init__() got an unexpected keyword argument 'no_verification'
(No output on stdout) stderr: Traceback (most recent call last):
File "/usr/local/nagios/libexec/check_esxi_hardware.py", line 648, in
wbemclient = pywbem.WBEMConnection(hosturl, (user,password), no_verification=True)
TypeError: __init__() got an unexpected keyword argument 'no_verification'
byThomasC., October 13, 2014
byThomasC., October 7, 2014
byThomasC., October 4, 2014
I am running it on a Ubuntu server with php5.
./check_usolved_disks.php -H 10.2.1.11 -C public -w 90 -c 95
returns nothing, no error, no output at all.
./check_usolved_disks.php -H 10.2.1.11 -C public -w 90 -c 95
returns nothing, no error, no output at all.
Owner's reply
If there's no output, then the php5 snmp extension is missing on your installation (on the latest version of the plugin there's also a check if the snmp extension is available with an output).
Please check if the extension is properly installed and activated in your php.ini.
To install the module on Ubuntu use:
apt-get install php5-snmp
On distributions like RedHat use:
yum install php-snmp