Search found 7 matches

by scpeterson
Wed Jun 16, 2021 9:09 am
Forum: Nagios XI
Topic: Return code of 127 is out of bounds. Check if plugin exists
Replies: 13
Views: 7725

Re: Return code of 127 is out of bounds. Check if plugin exi

That fixed my issue. I ran the command

Code: Select all

ln -s /usr/bin/python2.7 /usr/bin/python
as root, and everything started working again.
Thanks much for your help.
by scpeterson
Tue Jun 15, 2021 3:45 pm
Forum: Nagios XI
Topic: Return code of 127 is out of bounds. Check if plugin exists
Replies: 13
Views: 7725

Re: Return code of 127 is out of bounds. Check if plugin exi

which python
/usr/bin/which: no python in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin)

Looks like I need to add a link to one of the versions of python then?
by scpeterson
Tue Jun 15, 2021 3:05 pm
Forum: Nagios XI
Topic: Return code of 127 is out of bounds. Check if plugin exists
Replies: 13
Views: 7725

Re: Return code of 127 is out of bounds. Check if plugin exi

I have three versions of python installed: yum install python39 Package python39-3.9.2-1.module+el8.4.0+10237+bdc77aac.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! yum install platform-python-3.6.8-37.el8.x86_64 Package platform-python-3.6.8-37.el8.x86_64 is already i...
by scpeterson
Tue Jun 15, 2021 1:50 pm
Forum: Nagios XI
Topic: Return code of 127 is out of bounds. Check if plugin exists
Replies: 13
Views: 7725

Re: Return code of 127 is out of bounds. Check if plugin exi

The response I get from that command is attached. I had to send you a picture since the outupt would not copy and paste.
by scpeterson
Tue Jun 15, 2021 8:17 am
Forum: Nagios XI
Topic: Return code of 127 is out of bounds. Check if plugin exists
Replies: 13
Views: 7725

Re: Return code of 127 is out of bounds. Check if plugin exi

Please excuse me for I am new to Nagios. I thought the install of the NCPA agent would do that for me? That install seemed to install the plugins the first time I ran it on the server but after removing the NCPA agent and reinstalling it the plugins do not seem to be reinstalled. Where can I find th...
by scpeterson
Mon Jun 14, 2021 11:14 am
Forum: Nagios XI
Topic: Return code of 127 is out of bounds. Check if plugin exists
Replies: 13
Views: 7725

Re: Return code of 127 is out of bounds. Check if plugin exi

I have attached the ncpa.cfg I did remove one line that contained our community_string value.
The output from the command [ls -l /usr/local/ncpa/plugins] is [total 0]

I have the profile.zip file ready to share when needed.
by scpeterson
Thu Jun 10, 2021 3:11 pm
Forum: Nagios XI
Topic: Return code of 127 is out of bounds. Check if plugin exists
Replies: 13
Views: 7725

Return code of 127 is out of bounds. Check if plugin exists

After using NCPA wizard to add a RedHat Linux 7 host into the Nagios console I keep getting a critical error on all of the services associated with that server with status information of (Return code of 127 is out of bounds. Check if plugin exists). I installed the NCPA agent on the server and confi...