From: Julien Cristau Date: Fri, 27 Jan 2017 22:21:00 +0000 (+0100) Subject: Fix debconf staticsync check X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=0c0aa07b3ebc917b7e15f54d7e958b603b8d7f1a;p=mirror%2Fdsa-nagios.git Fix debconf staticsync check debconf1 was duplicated, one of them should be 16 --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index ecebe9c..8f64bdf 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2753,8 +2753,8 @@ services: hosts: global servicegroups: mirror - - name: mirror static sync - debconf1 - check: "dsa_check_staticsync!debconf1.debconf.org" + name: mirror static sync - debconf16 + check: "dsa_check_staticsync!debconf16.debconf.org" hosts: global servicegroups: mirror -