From 958b2004f982373ce7c3638a19960726d3b83ff2 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 3 Apr 2008 07:19:16 -0400 Subject: [PATCH 1/1] [project @ peter@palfrader.org-20080403111916-ulyh0gk1ft8l2e87] Add dsa_check_cert --- checkcommands.cfg | 4 ++++ 1 file changed, 4 insertions(+) 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 +} -- 2.20.1