From 871a429cc989f43641c5b8e254fa397435ed0c54 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 15 Jul 2016 10:28:00 +0200 Subject: [PATCH] mirror check no-ssl for network-test, debdeltas, mozilla, incoming, incoming.ports, deb --- config/nagios-master.cfg | 14 +++++++------- config/static/checkcommands.cfg | 4 ++++ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index aae7575..985ef86 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -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 diff --git a/config/static/checkcommands.cfg b/config/static/checkcommands.cfg index 62667df..052798f 100644 --- a/config/static/checkcommands.cfg +++ b/config/static/checkcommands.cfg @@ -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$" -- 2.20.1