Drop token
[mirror/dsa-nagios.git] / config / static / checkcommands.cfg
index 1565d0a..b7cffad 100644 (file)
@@ -9,7 +9,7 @@ define command {
 }
 define command {
        command_name    dsa_check_nrpe_host
-       command_line    /usr/lib/nagios/plugins/check_nrpe --no-ssl -H $ARG1$ -c $ARG2$
+       command_line    /usr/lib/nagios/plugins/check_nrpe --no-ssl -H $ARG1$ -t 50 -c $ARG2$
 }
 define command{
        command_name    dsa_check_cert
@@ -47,6 +47,10 @@ 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_mirrorsync_skew
+       command_line    /usr/lib/nagios/plugins/dsa-check-mirrorsync --host "$ARG1$" --path "$ARG2$" --allow-skew "$ARG3$"
+}
 define command{
        command_name    dsa_check_soas
        command_line    /usr/lib/nagios/plugins/dsa-check-soas "$ARG1$"
@@ -55,10 +59,6 @@ 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_dnssec
-       command_line    /usr/lib/nagios/plugins/dsa-check-zone-rrsig-expiration-many --warn 20d --critical 7d /var/cache/bind/git/domains
-}
 define command{
        command_name    dsa_check_always_ok
        command_line    /bin/echo "Dummy check - always says OK"
@@ -67,3 +67,11 @@ define command{
        command_name    dsa_check_ntp
        command_line    /usr/lib/nagios/plugins/check_ntp_time -H '$HOSTADDRESS$'
 }
+define command{
+       command_name    dsa_check_port_closed
+       command_line    /usr/lib/nagios/plugins/dsa-check-port-closed -H '$HOSTADDRESS$' -p $ARG1$
+}
+define command{
+       command_name    dsa_check_https_want_auth
+       command_line    /usr/lib/nagios/plugins/check_http --ssl -H '$HOSTADDRESS$' -I '$HOSTADDRESS$' -e 'HTTP/1.1 401'
+}