mirror check no-ssl for network-test, debdeltas, mozilla, incoming, incoming.ports...
authorPeter Palfrader <peter@palfrader.org>
Fri, 15 Jul 2016 08:28:00 +0000 (10:28 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 15 Jul 2016 08:28:00 +0000 (10:28 +0200)
config/nagios-master.cfg
config/static/checkcommands.cfg

index aae7575..985ef86 100644 (file)
@@ -2603,7 +2603,7 @@ services:
     servicegroups: mirror
   -
     name: mirror static sync - network-test
-    check: "dsa_check_staticsync!network-test.debian.org"
+    check: "dsa_check_staticsync_nossl!network-test.debian.org"
     hosts: global
     servicegroups: mirror
   -
@@ -2628,7 +2628,7 @@ services:
     servicegroups: mirror
   -
     name: mirror static sync - debdeltas
-    check: "dsa_check_staticsync!debdeltas.debian.net"
+    check: "dsa_check_staticsync_nossl!debdeltas.debian.net"
     hosts: global
     servicegroups: mirror
   -
@@ -2643,7 +2643,7 @@ services:
     servicegroups: mirror
   -
     name: mirror static sync - mozilla
-    check: "dsa_check_staticsync!mozilla.debian.net"
+    check: "dsa_check_staticsync_nossl!mozilla.debian.net"
     hosts: global
     servicegroups: mirror
   -
@@ -2653,7 +2653,7 @@ services:
     servicegroups: mirror
   -
     name: mirror static sync - incoming.ports
-    check: "dsa_check_staticsync!incoming.ports.debian.org"
+    check: "dsa_check_staticsync_nossl!incoming.ports.debian.org"
     hosts: global
     servicegroups: mirror
  # -
@@ -2693,17 +2693,17 @@ services:
     servicegroups: mirror
   -
     name: mirror static sync - incoming
-    check: "dsa_check_staticsync!incoming.debian.org"
+    check: "dsa_check_staticsync_nossl!incoming.debian.org"
     hosts: global
     servicegroups: mirror
   -
     name: mirror static sync - metadata.ftp-master
-    check: "dsa_check_staticsync!metadata.ftp-master.debian.org"
+    check: "dsa_check_staticsync_nossl!metadata.ftp-master.debian.org"
     hosts: global
     servicegroups: mirror
   -
     name: mirror static sync - deb
-    check: "dsa_check_staticsync!deb.debian.org"
+    check: "dsa_check_staticsync_nossl!deb.debian.org"
     hosts: global
     servicegroups: mirror
 
index 62667df..052798f 100644 (file)
@@ -55,6 +55,10 @@ define command{
        command_name    dsa_check_staticsync
        command_line    /usr/lib/nagios/plugins/dsa-check-mirrorsync --host "$ARG1$" --path .serial --unix --ssl
 }
+define command{
+       command_name    dsa_check_staticsync_nossl
+       command_line    /usr/lib/nagios/plugins/dsa-check-mirrorsync --host "$ARG1$" --path .serial --unix
+}
 define command{
        command_name    dsa_check_soas
        command_line    /usr/lib/nagios/plugins/dsa-check-soas "$ARG1$"