SNMP checks

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mbrowning
Posts: 34
Joined: Tue Oct 23, 2012 9:51 am

SNMP checks

Post by mbrowning »

I am trying to setup some snmp checks against our Windows 2008 server. I am getting error:

Return code of 126 is out of bounds - plugin may not be executable

Is this referring to the snmp plugin? And how do I make it executable?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: SNMP checks

Post by slansing »

Could you please elaborate a bit more on what method you are using for SNMP checks? Also what plugin are you attempting to use.
mbrowning
Posts: 34
Joined: Tue Oct 23, 2012 9:51 am

Re: SNMP checks

Post by mbrowning »

Just basic, CPU, disk utilization, etc. Going into the monitoring wizard and using the Windows SNMP.

I believe that it is using the check_snmp_win plugin.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: SNMP checks

Post by scottwilkerson »

Can you run the following

Code: Select all

chmod +x /usr/local/nagios/libexec/check_snmp*
this should resolve the issue
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
mbrowning
Posts: 34
Joined: Tue Oct 23, 2012 9:51 am

Re: SNMP checks

Post by mbrowning »

Yes that did the trick!

Thanks!
Locked