Hi,
I have the following nrpe acess config on my new Nagios XI server:
allowed_hosts=127.0.0.1,localhost
However the nrpe standalone daemon is giving me the following errors:
Jun 4 17:50:04 ip-10-212-51-228 nrpe[25613]: Host 127.0.1.1 is not allowed to talk to us!
Jun 4 17:50:19 ip-10-212-51-228 nrpe[25667]: Host 127.0.1.1 is not allowed to talk to us!
Jun 4 17:50:30 ip-10-212-51-228 nrpe[25751]: Host 127.0.1.1 is not allowed to talk to us!
Jun 4 17:50:44 ip-10-212-51-228 nrpe[25817]: Host 127.0.1.1 is not allowed to talk to us!
Jun 4 17:50:49 ip-10-212-51-228 nrpe[25868]: Host 127.0.1.1 is not allowed to talk to us!
Jun 4 17:51:02 ip-10-212-51-228 nrpe[25945]: Host 127.0.1.1 is not allowed to talk to us!
Jun 4 17:51:19 ip-10-212-51-228 nrpe[26081]: Host 127.0.1.1 is not allowed to talk to us!
Why is it using 127.0.1.1, and what am I missing?
Thanks!
Host 127.0.1.1 is not allowed to talk to us!
-
nytstevenlu
- Posts: 12
- Joined: Mon Mar 10, 2014 10:34 am
-
nytstevenlu
- Posts: 12
- Joined: Mon Mar 10, 2014 10:34 am
Re: Host 127.0.1.1 is not allowed to talk to us!
I just realized the NRPE package on that box is from rpmforge...I got rid of that repo config and installed the latest NRPE from EPEL. Now everything is working.