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:
parent
4b067c6fec
commit
bfb55039d6
1 changed files with 1 additions and 1 deletions
|
@ -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%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue