From: Tollef Fog Heen Date: Mon, 7 Jan 2019 20:53:17 +0000 (+0100) Subject: RT#7513 Remove moszumanska X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-nagios.git;a=commitdiff_plain;h=838803e155d783697b4559012bde63eff478d8ed RT#7513 Remove moszumanska --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index e22a978..664afd8 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -402,10 +402,6 @@ servers: address: 5.153.231.20 parents: ganeti-bytemark hostgroups: computers, general, kvmdomains, stretch, nfs-client, autofs, systemd-timesyncd - moszumanska: - address: 5.153.231.21 - parents: ganeti-bytemark - hostgroups: secondary-IPs dillon: address: 5.153.231.22 parents: ganeti-bytemark diff --git a/dsa-nagios-checks/checks/dsa-check-backuppg b/dsa-nagios-checks/checks/dsa-check-backuppg index 8704f3c..13e935e 100755 --- a/dsa-nagios-checks/checks/dsa-check-backuppg +++ b/dsa-nagios-checks/checks/dsa-check-backuppg @@ -102,7 +102,7 @@ def wal_pre(w, host, db): (w1,w2) = w if w2 == 0: w1 -= 1 - if (host,db) in ( ('moszumanska', 'main'), ): + if (host,db) in ( ('main'), ): w2 = 0xFE else: w2 = 0xFF