Search found 3 matches
- Mon Jul 02, 2012 4:58 am
- Forum: Open Source Nagios Projects
- Topic: NRPE Not Working with Perl on RHEL 6
- Replies: 4
- Views: 2079
Re: NRPE Not Working with Perl on RHEL 6
Correction - it IS an SELinux problem, I'd been looking in the wrong log file. I guess the question now is how best to turn off SELinux for just NRPE because I don't want to turn it off completely for security reasons. I did some googling and on CentOS there is a boolean to for turning off SELinux f...
- Fri Jun 29, 2012 6:38 am
- Forum: Open Source Nagios Projects
- Topic: NRPE Not Working with Perl on RHEL 6
- Replies: 4
- Views: 2079
Re: NRPE Not Working with Perl on RHEL 6
Also are you running SELinux (aka the silent breaker of all things)? I am running SELinux, and it did cross my mind, so I checked the SELinux logs to see if anything was being denied, and nothing was. BTW - I love your nickname for it, so true :) Perhaps try su - nrpeuser and try to run the script ...
- Tue Jun 26, 2012 8:30 am
- Forum: Open Source Nagios Projects
- Topic: NRPE Not Working with Perl on RHEL 6
- Replies: 4
- Views: 2079
NRPE Not Working with Perl on RHEL 6
I've spent weeks beating me head off NRPE. I developed a plugin in Perl that works from the commandline when run as the nagios user, but, it will not work over NRPE at all. I had thought it was something to do with my script, but after some more experimentation today, I think it's a problem with NRP...