[project @ peter@palfrader.org-20090303201249-z9se72s4eumz3du1]
[mirror/dsa-nagios.git] / checkcommands.cfg
index f009a9e..9811089 100644 (file)
@@ -44,3 +44,19 @@ define command{
        command_name    dsa_check_time
        command_line    /usr/lib/nagios/plugins/check_time -w 5 -c 60 -H $HOSTADDRESS$
 }
+define command{
+       command_name    dsa_check_mirrorsync
+       command_line    /usr/lib/nagios/plugins/dsa-check-mirrorsync --host "$ARG1$" --path "$ARG2$"
+}
+define command{
+       command_name    dsa_check_soas
+       command_line    /usr/lib/nagios/plugins/dsa-check-soas "$ARG1$"
+}
+define command{
+       command_name    dsa_check_soas_add
+       command_line    /usr/lib/nagios/plugins/dsa-check-soas -a "$ARG1$" "$ARG2$"
+}
+define command{
+       command_name    dsa_check_always_ok
+       command_line    /bin/true
+}