From: Peter Palfrader Date: Wed, 7 Nov 2018 17:16:02 +0000 (+0100) Subject: check if we can reach the peer on the backend network at new-manda X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-nagios.git;a=commitdiff_plain;h=8cf265a7dfb9c329cad901ddc0ec469f45075955 check if we can reach the peer on the backend network at new-manda --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index fc84b49..a68b1d1 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2907,6 +2907,22 @@ services: check_interval: 5 max_check_attempts: 4 retry_interval: 1 + + - + name: ping peer on mgmt network + nrpe: "/usr/lib/nagios/plugins/check_ping -H 172.29.182.14 -w 50,10% -c 200,30%" + hosts: manda-node03 + check_interval: 5 + max_check_attempts: 4 + retry_interval: 1 + - + name: ping peer on mgmt network + nrpe: "/usr/lib/nagios/plugins/check_ping -H 172.29.182.13 -w 50,10% -c 200,30%" + hosts: manda-node04 + check_interval: 5 + max_check_attempts: 4 + retry_interval: 1 + # }}} # }}} # }}}