Help with missing plugins

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
gavinr98
Posts: 22
Joined: Wed Jan 23, 2013 4:05 pm

Help with missing plugins

Post by gavinr98 »

I am trying to monitor printers and switches and keep getting the following errors (Return code of 127 is out of bounds - plugin may be missing) I have checked /usr/local/nagios/libexec and it appears that there are no plugins for that service. I had downloaded and installed the 1.4.16 plugins and they still do not show up, anyone have any ideas how to get this working?

Thanks,
Gavin
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Help with missing plugins

Post by sreinhardt »

Most likely you need to install net-snmp on this machine then recompile the plugins. Snmp checks will not compile and will not cause the compile\make to error without net-snmp.

Code: Select all

yum install net-snmp
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Locked