Search found 3 matches

by seankelly
Tue Jun 08, 2021 9:38 am
Forum: Open Source Nagios Projects
Topic: Return code 127 for plugins after CentOS update
Replies: 4
Views: 1770

Re: Return code 127 for plugins after CentOS update

Yes, that was the problem. We only had Python3 before as well but something in the update made the system stop recognizing python as python3 I guess. Anyway to fix the problem, I went to usr/local/nagios/libexec and edited the check_ncpa.py file. The first line in it was /usr/bin/env python. I added...
by seankelly
Fri Jun 04, 2021 1:50 pm
Forum: Open Source Nagios Projects
Topic: Return code 127 for plugins after CentOS update
Replies: 4
Views: 1770

Re: Return code 127 for plugins after CentOS update

This is the output of the history file for the update that occurred just before the service checks stopped working. Also I forgot to mention that service checks for the local machine (check_local) are working and are the only service checks working. The output was too long for these forums, so I had...
by seankelly
Fri Jun 04, 2021 11:12 am
Forum: Open Source Nagios Projects
Topic: Return code 127 for plugins after CentOS update
Replies: 4
Views: 1770

Return code 127 for plugins after CentOS update

Hopefully someone here can help me with this problem. I can't post to the customer support area because our purchasing department is dragging their feet on purchasing XI. The problem is, after doing a yum update on our CentOS Stream machine that is running our Nagios software, none of my service che...