allowed_hosts takes only the first parameter
Brought to you by:
egalstad
The new version of nrpe (2.13) is taking only 1 entry in the alloewd_hosts parameter
from nrpe.cfg :
allowed_hosts=192.168.24.13 192.168.14.0/24
test command :
/usr/local/nagios/libexec/check_nrpe -H 192.168.14.26
from syslog :
Allowing connections from: 192.168.24.13 192.168.14.0/24
Nov 25 13:22:07 localhost nrpe[8056]: Connection from 192.168.14.26 port 57474
Nov 25 13:22:07 localhost nrpe[8056]: Host 192.168.14.26 is not allowed to talk to us!
Nov 25 13:22:07 localhost nrpe[8056]: Connection from 192.168.14.26 closed.