Last hosts moved to new debian vlan/network
[mirror/dsa-nagios.git] / config / static / checkcommands.cfg
index 92cd6dd..8801888 100644 (file)
@@ -57,5 +57,9 @@ define command{
 }
 define command{
        command_name    dsa_check_always_ok
-       command_line    /bin/true
+       command_line    /bin/echo "Dummy check - always says OK"
+}
+define command{
+       command_name    dsa_check_ntp
+       command_line    /usr/lib/nagios/plugins/check_ntp_time -H '$HOSTADDRESS$'
 }