Page 1 of 1

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

Posted: Wed Aug 11, 2021 4:45 am
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

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

Posted: Wed Aug 11, 2021 6:36 am
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

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

Posted: Wed Aug 11, 2021 10:23 am
by gsmith
Awesome.

Nice work!

Thanks for following up to your original post.

Have a good day.