From 0ae1c7a37128bf84326822279a53c0517508250b Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Tue, 14 Sep 2010 22:26:28 +0200 Subject: [PATCH] add afs-space check from rra --- config/nagios-master.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index bd3fe4f..590e088 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1211,6 +1211,14 @@ services: normal_check_interval: 60 retry_check_interval: 5 + #### + - name: afs - space + hostgroups: bosserver + nrpe: "sudo /usr/lib/nagios/plugins/dsa-check-afs-space -H localhost" + normal_check_interval: 60 + max_check_attempts: 2 + retry_check_interval: 5 + #### - name: puppet -- 2.20.1