Home Directory

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Directory

ThomasC.

Reviews(4)
byThomasC., September 11, 2018
check_esxi_hardware.py
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'
byThomasC., October 13, 2014
SNMP Printer Check
Hey,

While th eplugin works with my Xerox printers, i always receive:
WARNING: No SNMP response from 10.7.161.208! Make sure host is up and SNMP is configured properly.

from a Canon iR-ADV C5030. I have configured SNMP and the host is UP.
byThomasC., October 7, 2014
Check_Cisco_Config
Tried it on a 2060 Cisco Switch and received:

Error in packet.
Reason: noAccess
Failed object: iso.3.6.1.4.1.9.9.96.1.1.1.1.2.219

Status is OK


COnfig file is created but empty.
byThomasC., October 4, 2014
check_usolved_disks - Check usage on all disks
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.
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