X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=config%2Fstatic%2Fcheckcommands.cfg;h=91d55a4d5c7302b454cb4685392066e5f2e6a2ef;hb=c52c7c3a266ff868e6f051f8576f7045a1bd0241;hp=b7cffad51847df5b6933c53313444ad5ac6a1905;hpb=f859054d0f3d6900fd346caa48f9e5046492d341;p=mirror%2Fdsa-nagios.git diff --git a/config/static/checkcommands.cfg b/config/static/checkcommands.cfg index b7cffad..91d55a4 100644 --- a/config/static/checkcommands.cfg +++ b/config/static/checkcommands.cfg @@ -75,3 +75,7 @@ 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' } +define command{ + command_name dsa_check_https_any_status + command_line /usr/lib/nagios/plugins/check_http --ssl -H '$HOSTADDRESS$' -I '$HOSTADDRESS$' -e 'HTTP/1.1 ' +}