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

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
hbronk
Posts: 10
Joined: Thu Oct 15, 2020 9:19 am

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

Post by hbronk »

Hi after updating RHEL my plugins working i get a

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

I got no idea what I broke with updating the server
hbronk
Posts: 10
Joined: Thu Oct 15, 2020 9:19 am

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

Post by hbronk »

seems I found what went wrong, the symblic lynk was removed during the update
found the solution in another forum posting:

[root@NSEU-ICT-NAGIOSXI libexec]# which python
/usr/bin/which: no python in (/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)

emtry >> ???

ln -s /usr/bin/python3.6 /usr/bin/python
and now:
[root@NSEU-ICT-NAGIOSXI libexec]# which python
/bin/python

solved it
gsmith
Posts: 1253
Joined: Tue Mar 02, 2021 11:15 am

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

Post by gsmith »

Awesome.

Nice work!

Thanks for following up to your original post.

Have a good day.
Locked