From: Martin Zobel-Helas Date: Tue, 14 Sep 2010 20:37:20 +0000 (+0200) Subject: add the other checks from rra X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=149a85a8b95cd73784c542113cda3cb918f08c40;p=mirror%2Fdsa-nagios.git add the other checks from rra --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 590e088..876ed51 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1214,7 +1214,28 @@ services: #### - name: afs - space hostgroups: bosserver - nrpe: "sudo /usr/lib/nagios/plugins/dsa-check-afs-space -H localhost" + nrpe: "/usr/lib/nagios/plugins/dsa-check-afs-space -H localhost" + normal_check_interval: 60 + max_check_attempts: 2 + retry_check_interval: 5 + + - name: afs - bos + hostgroups: bosserver + nrpe: "/usr/lib/nagios/plugins/dsa-check-afs-bos -H localhost" + normal_check_interval: 60 + max_check_attempts: 2 + retry_check_interval: 5 + + - name: afs - waiting connections + hostgroups: bosserver + nrpe: "/usr/lib/nagios/plugins/dsa-check-afs-rxdebug -H localhost" + normal_check_interval: 60 + max_check_attempts: 2 + retry_check_interval: 5 + + - name: afs - udebug + hostgroups: bosserver + nrpe: "/usr/lib/nagios/plugins/dsa-check-afs-udebug -H localhost" normal_check_interval: 60 max_check_attempts: 2 retry_check_interval: 5