ftp for security is provided on mirror-umn2 and mirror-isc2, not the base host
authorPeter Palfrader <peter@palfrader.org>
Fri, 24 Feb 2017 11:50:39 +0000 (12:50 +0100)
committerPeter Palfrader <peter@palfrader.org>
Fri, 24 Feb 2017 11:50:39 +0000 (12:50 +0100)
config/nagios-master.cfg

index 8f66ee8..cf7ddda 100644 (file)
@@ -2503,12 +2503,22 @@ services:
     name: network service - ftp
     check: check_ftp
     hostgroups: uploadqueue, security_mirror
-    excludehosts: klecker
+    excludehosts: klecker, mirror-isc, mirror-umn
   -
     name: network service - ftp
     check: check_ftp
     hosts: klecker-ftp
     depends: klecker:process - xinetd
+  -
+    name: network service - ftp
+    check: check_ftp
+    hosts: mirror-umn2
+    depends: mirror-umn:process - xinetd
+  -
+    name: network service - ftp
+    check: check_ftp
+    hosts: mirror-isc2
+    depends: mirror-isc:process - xinetd
   # }}}
   # {{{ postgres
   -