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 <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-10-02 09:06:10 -07:00
parent 4b067c6fec
commit bfb55039d6

View file

@ -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%