Re: Return code of 127 is out of bounds. Check if plugin exi
Posted: Tue Jun 15, 2021 3:36 pm
Once in awhile we run into issues if a plugin is written for Python2 and someone is running Python3
but we are able to deal with it on a case by case basis.
on the nagiosxi server run:
If it comes back with a filepath then:
we may have to create a symbolic link from one of your installs to /usr/bin/python
but we are able to deal with it on a case by case basis.
on the nagiosxi server run:
Code: Select all
which python
Code: Select all
ls -l <filepath>