lenny changed check_ntp to check_ntp_peer which gets KoD'ed - provide our own check...
[mirror/dsa-nagios.git] / config / static / checkcommands.cfg
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$'
+}