From a960bf8e7cc0533a061e2bb53312ae755a21c205 Mon Sep 17 00:00:00 2001 From: James Antill Date: Mon, 30 Jun 2025 20:59:28 -0400 Subject: [PATCH] nrpe: Add 10.16.163.10 to allowed_hosts. Signed-off-by: James Antill --- roles/nagios_server/templates/nrpe/nrpe.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nagios_server/templates/nrpe/nrpe.cfg.j2 b/roles/nagios_server/templates/nrpe/nrpe.cfg.j2 index 264c4b3dc3..5db4d558f1 100644 --- a/roles/nagios_server/templates/nrpe/nrpe.cfg.j2 +++ b/roles/nagios_server/templates/nrpe/nrpe.cfg.j2 @@ -96,7 +96,7 @@ nrpe_group=nrpe # NOTE: This option is ignored if NRPE is running under either inetd or xinetd #allowed_hosts=127.0.0.1,192.168.0.2 -allowed_hosts=10.3.163.10,127.0.0.1,192.168.1.10,192.168.1.20,192.168.1.166,38.145.60.15 +allowed_hosts=10.3.163.10,10.16.163.10,127.0.0.1,192.168.1.10,192.168.1.20,192.168.1.166,38.145.60.15