Error snmp 127

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
mfusse
Posts: 1
Joined: Wed Jul 04, 2012 10:09 am

Error snmp 127

Post by mfusse »

Hi all

Version 3.2.2 installed nagios in debian 6, you can make some things testis and send email, but when I hear an appeal snmp (3com swicht) throws me the following error:
(Return code of 127 is out of bounds - plugin may be missing)

With sualquier thing you want to try
I need, I look around the check_snmp / and does not appear, also install the plugin.

Someone can help me

Many gracas.
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: Error snmp 127

Post by agriffin »

The check_snmp plugin is located in the nagios-plugins-standard package on Debian. Install it with the following command:

Code: Select all

# apt-get install nagios-plugins-standard
Then you should see the plugin at /usr/lib/nagios/plugins/check_snmp.
Locked