lenny changed check_ntp to check_ntp_peer which gets KoD'ed - provide our own check...
authorPeter Palfrader <peter@palfrader.org>
Tue, 31 Mar 2009 19:53:11 +0000 (21:53 +0200)
committerPeter Palfrader <peter@palfrader.org>
Tue, 31 Mar 2009 19:53:11 +0000 (21:53 +0200)
config/nagios-master.cfg
config/static/checkcommands.cfg

index a1df6e0..10c79a0 100644 (file)
@@ -1015,7 +1015,7 @@ services:
     excludehosts: raptor, zelenka
   -
     name: network service - ntp
-    check: check_ntp
+    check: dsa_check_ntp
     hostgroups: computers
     depends: process - ntpd
     excludehosts: raptor, allegri, zelenka
index 92cd6dd..fc765d4 100644 (file)
@@ -59,3 +59,7 @@ define command{
        command_name    dsa_check_always_ok
        command_line    /bin/true
 }
+define command{
+       command_name    dsa_check_ntp
+       command_line    /usr/lib/nagios/plugins/check_ntp -H '$HOSTADDRESS$'
+}