Add current chroots check
authorPeter Palfrader <peter@palfrader.org>
Thu, 13 Mar 2014 08:51:43 +0000 (09:51 +0100)
committerPeter Palfrader <peter@palfrader.org>
Thu, 13 Mar 2014 08:51:43 +0000 (09:51 +0100)
config/nagios-master.cfg

index 29caadd..3729b3d 100644 (file)
@@ -2594,5 +2594,12 @@ services:
     remotecheck: "/usr/lib/nagios/plugins/dsa-check-msa-eventlog --start=7778 $HOSTADDRESS$ public"
     runfrom: dijkstra
     hosts: giustini
+ ############
+  -
+    name: current chroots
+    remotecheck: "/usr/lib/nagios/plugins/dsa-check-dchroots-current"
+    hostgroups: porterbox
+    normal_check_interval:  60
+    retry_check_interval: 15
 
 # vim: set ts=2 sw=2 et ai si fdm=marker: