From bfb55039d641f8d22910fd492172d436fb702376 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 2 Oct 2020 09:06:10 -0700 Subject: [PATCH] nagios / client: fix ip address for batcave01 vpn endpoint We used the 192.168.20 network while migrating from phx2 to iad2, but we no longer should be using it anywhere. Change it to 192.168.1.41, which is the current correct ip Signed-off-by: Kevin Fenzi --- roles/nagios_client/templates/check_openvpn_link.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nagios_client/templates/check_openvpn_link.cfg.j2 b/roles/nagios_client/templates/check_openvpn_link.cfg.j2 index 36423c0d16..77d3e660c9 100644 --- a/roles/nagios_client/templates/check_openvpn_link.cfg.j2 +++ b/roles/nagios_client/templates/check_openvpn_link.cfg.j2 @@ -1 +1 @@ -command[check_openvpn_link]={{ libdir }}/nagios/plugins/check_ping -H 192.168.20.41 -w 375.0,20% -c 500,60% +command[check_openvpn_link]={{ libdir }}/nagios/plugins/check_ping -H 192.168.1.41 -w 375.0,20% -c 500,60%