add the other checks from rra
authorMartin Zobel-Helas <zobel@debian.org>
Tue, 14 Sep 2010 20:37:20 +0000 (22:37 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Tue, 14 Sep 2010 20:37:20 +0000 (22:37 +0200)
config/nagios-master.cfg

index 590e088..876ed51 100644 (file)
@@ -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