X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=config%2Fstatic%2Fcheckcommands.cfg;h=052798f5cedf74df624843c78dfd0dad87045a61;hb=99f3f05305d4e7c9498c548fd4c88f4d4b9db73c;hp=91d55a4d5c7302b454cb4685392066e5f2e6a2ef;hpb=b22c82329d60ded1b0b870dc362ce6fc72abeafc;p=mirror%2Fdsa-nagios.git diff --git a/config/static/checkcommands.cfg b/config/static/checkcommands.cfg index 91d55a4..052798f 100644 --- a/config/static/checkcommands.cfg +++ b/config/static/checkcommands.cfg @@ -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$"