added extra hosts to allow list

This commit is contained in:
Radar231 2022-01-03 13:09:48 -05:00
parent 9b4ef8c391
commit bb0dbbfb92
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ server_address={{ agent_ip }}
#
# NOTE: This option is ignored if NRPE is running under either inetd or xinetd
allowed_hosts=127.0.0.1,::1,192.168.7.51,192.168.7.52,192.168.7.53,192.168.7.54,192.168.7.55,192.168.7.56,192.168.7.57,10.0.0.0/8
allowed_hosts=127.0.0.1,::1,192.168.7.51,192.168.7.52,192.168.7.53,192.168.7.54,192.168.7.55,192.168.7.56,192.168.7.57,192.168.7.58,192.168.7.59,10.0.0.0/8

View File

@ -104,7 +104,7 @@ nrpe_group=nagios
#
# NOTE: This option is ignored if NRPE is running under either inetd or xinetd
allowed_hosts=127.0.0.1,::1,192.168.7.51,192.168.7.52,192.168.7.53,192.168.7.54,192.168.7.55,192.168.7.56,192.168.7.57,10.0.0.0/8
allowed_hosts=127.0.0.1,::1,192.168.7.51,192.168.7.52,192.168.7.53,192.168.7.54,192.168.7.55,192.168.7.56,192.168.7.57,192.168.7.58,192.168.7.59,10.0.0.0/8