retire da-backup checks
[mirror/dsa-nagios.git] / config / static / checkcommands.cfg
index 91d55a4..052798f 100644 (file)
@@ -51,6 +51,14 @@ define command{
        command_name    dsa_check_mirrorsync_skew
        command_line    /usr/lib/nagios/plugins/dsa-check-mirrorsync --host "$ARG1$" --path "$ARG2$" --allow-skew "$ARG3$"
 }
+define command{
+       command_name    dsa_check_staticsync
+       command_line    /usr/lib/nagios/plugins/dsa-check-mirrorsync --host "$ARG1$" --path .serial --unix --ssl
+}
+define command{
+       command_name    dsa_check_staticsync_nossl
+       command_line    /usr/lib/nagios/plugins/dsa-check-mirrorsync --host "$ARG1$" --path .serial --unix
+}
 define command{
        command_name    dsa_check_soas
        command_line    /usr/lib/nagios/plugins/dsa-check-soas "$ARG1$"