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?
SNMP checks
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: SNMP checks
Could you please elaborate a bit more on what method you are using for SNMP checks? Also what plugin are you attempting to use.
Re: SNMP checks
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.
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
Can you run the following
this should resolve the issue
Code: Select all
chmod +x /usr/local/nagios/libexec/check_snmp*Re: SNMP checks
Yes that did the trick!
Thanks!
Thanks!