From 30dd0ac14622d2b7c3eb36045090be3bbd1248c8 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 23 Mar 2013 17:44:37 +0100 Subject: [PATCH] fqdn --- config/nagios-master.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 60d514e..5bd4cc5 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1403,7 +1403,7 @@ services: - name: backup - bacula - last backup servicegroups: backup - remotecheck: "/usr/lib/nagios/plugins/dsa-check-bacula $HOSTNAME$" + remotecheck: "/usr/lib/nagios/plugins/dsa-check-bacula $HOSTNAME$.debian.org" runfrom: dinis hostgroups: bacula-client normal_check_interval: 60 @@ -1411,7 +1411,7 @@ services: - name: backup - bacula - last full backup servicegroups: backup - remotecheck: "/usr/lib/nagios/plugins/dsa-check-bacula -w 840 -c 1560 $HOSTNAME$ F" + remotecheck: "/usr/lib/nagios/plugins/dsa-check-bacula -w 840 -c 1560 $HOSTNAME$.debian.org F" runfrom: dinis hostgroups: bacula-client normal_check_interval: 60 -- 2.20.1