From 0d4facf3ed4004b2f32d78c6fe48dba3c5ae4082 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 17 Sep 2015 17:50:02 +0200 Subject: [PATCH 1/1] re-add backuphost --- config/nagios-master.cfg | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 5aaf2fe..0146827 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -386,6 +386,10 @@ servers: address: 5.153.231.11 parents: ganeti-bytemark hostgroups: computers, hassrvfs, kvmdomains, jessie, autofs, nfs-client, uploadqueue, xinetd-hosts, apache-https, apache2-hosts + backuphost: + address: 5.153.231.12 + parents: ganeti-bytemark + hostgroups: computers, hassrvfs, kvmdomains, jessie philp: address: 5.153.231.13 parents: ganeti-bytemark @@ -1619,7 +1623,7 @@ services: servicegroups: backup nrpe: "sudo /usr/lib/nagios/plugins/dsa-check-dabackup" hostgroups: computers - excludehosts: storace + excludehosts: backuphost, storace, backuphost normal_check_interval: 60 max_check_attempts: 2 retry_check_interval: 5 @@ -1627,7 +1631,7 @@ services: name: backup server config servicegroups: backup nrpe: "/usr/lib/nagios/plugins/dsa-check-dabackup-server" - hosts: storace + hosts: backuphost, storace, backuphost normal_check_interval: 60 max_check_attempts: 2 retry_check_interval: 5 @@ -2446,7 +2450,7 @@ services: - name: postgresql backups nrpe: "/usr/bin/sudo -u debbackup /usr/lib/nagios/plugins/dsa-check-backuppg" - hosts: storace + hosts: storace, backuphost # }}} # {{{ power # - -- 2.20.1