From 877fe692c3d58b06dc863f86af00128c04e674d0 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 22 Dec 2015 07:54:17 +0100 Subject: [PATCH] rsync depends on xinetd which runs on the main host --- config/nagios-master.cfg | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 3e61db4..32eef97 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -648,7 +648,7 @@ servers: mirror-isc2: address: 149.20.20.19 parents: mirror-isc - hostgroups: secondary-IPs, rsyncd-hosts + hostgroups: secondary-IPs mirror-isc3: address: 149.20.20.19 parents: mirror-isc @@ -656,7 +656,7 @@ servers: mirror-isc-syncproxy: address: 149.20.20.21 parents: mirror-isc - hostgroups: secondary-IPs, rsyncd-hosts + hostgroups: secondary-IPs # }}} # {{{ gw-leaseweb lw01: @@ -2750,6 +2750,16 @@ services: check: check_tcp!873 hosts: milanollo2 depends: milanollo:process - xinetd + - + name: network service - rsync + check: check_tcp!873 + hosts: mirror-isc2 + depends: mirror-isc:process - xinetd + - + name: network service - rsync + check: check_tcp!873 + hosts: mirror-isc-syncproxy + depends: mirror-isc:process - xinetd ### - name: process - icinga -- 2.20.1