Yes, I believe that's the main problem. Unfortunately, Nagios hasn't yet officially released rpm for NRPE 3.2.1. And because we haven't created that RPM we don't know how the paths were configured. Your best bet would be to go line by line and compare NRPE configs that you have to the corresponding paths on your system.Nondefault paths are because of we installed NRPE using rpm's.
Make sure that you do have /etc/nagios folder on your system. If you don't please create it:Cannot write to pidfile '/etc/nagios/nrpe.pid' - check your privileges.
Code: Select all
mkdir /etc/nagios/Code: Select all
chown nagios:nagios /etc/nagios/
chown +x /etc/nagios/Code: Select all
service nrpe restart