Page 1 of 1

"NRPE: Unable to read output" after reboot

Posted: Mon Nov 25, 2013 11:01 am
by vmesquita
After a reboot is done in a few servers, I got this critical notification on its services:

"NRPE: Unable to read output"

I discovered that by restarting the service with a

"service xinetd restart"

Everything works normally. However, how could we prevent this problem from happening, avoiding a manual solution?

Re: "NRPE: Unable to read output" after reboot

Posted: Mon Nov 25, 2013 11:04 am
by sreinhardt
Likely the easiest route is to set xinetd to start on boot or at a particular runlevel that suites your needs. Try:

Code: Select all

chkconfig xinetd on