From: Martin Zobel-Helas Date: Fri, 8 Feb 2013 15:21:56 +0000 (+0100) Subject: add dsa-check-bacula X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=40762a7ffe38d3051639c02ef9960c04faab33ca;p=mirror%2Fdsa-nagios.git add dsa-check-bacula Signed-off-by: Martin Zobel-Helas --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index f6b731f..3a1854d 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -446,7 +446,7 @@ servers: new-master: address: 82.195.75.110 parents: czerny - hostgroups: computers, service, kvmdomains, wheezy, hassrvfs + hostgroups: computers, service, kvmdomains, wheezy, hassrvfs, bacula-client fils: address: 82.195.75.89 parents: czerny @@ -1079,6 +1079,10 @@ hostgroups: apache-https: alias: hosts with https services private: 1 + + bacula-client: + alias: hosts which are backuped with bacula + private: 1 nfs-client: alias: hosts mounting filesystems using NFS @@ -1378,6 +1382,11 @@ services: normal_check_interval: 60 max_check_attempts: 2 retry_check_interval: 5 + - + name: backup - bacula + remotecheck: "/usr/lib/nagios/plugins/dsa-check-bacula $HOSTNAME$-fd" + runfrom: dinis + hostgroups: bacula-client #### -