From: Peter Palfrader Date: Thu, 3 Apr 2008 11:19:16 +0000 (-0400) Subject: [project @ peter@palfrader.org-20080403111916-ulyh0gk1ft8l2e87] X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;ds=sidebyside;h=958b2004f982373ce7c3638a19960726d3b83ff2;p=mirror%2Fdsa-nagios.git [project @ peter@palfrader.org-20080403111916-ulyh0gk1ft8l2e87] Add dsa_check_cert --- diff --git a/checkcommands.cfg b/checkcommands.cfg index 25dcd76..c103bb3 100644 --- a/checkcommands.cfg +++ b/checkcommands.cfg @@ -2,3 +2,7 @@ define command { command_name dsa_check_nrpe command_line /usr/lib/nagios/plugins/check_nrpe --no-ssl -H $HOSTADDRESS$ -t 50 -c $ARG1$ } +define command{ + command_name dsa_check_cert + command_line /usr/lib/nagios/plugins/check_http -H $HOSTADDRESS$ -p $ARG1$ -S -C 14 +}