From 149a85a8b95cd73784c542113cda3cb918f08c40 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Tue, 14 Sep 2010 22:37:20 +0200 Subject: [PATCH] add the other checks from rra --- config/nagios-master.cfg | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) 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 -- 2.20.1