SVN: nagios-config/trunk/commands/check_http.cfg

glen glen at pld-linux.org
Mon Aug 10 19:28:45 CEST 2009


Author: glen
Date: Mon Aug 10 19:28:44 2009
New Revision: 10466

Modified:
   nagios-config/trunk/commands/check_http.cfg
Log:
- add check_https_cert

Modified: nagios-config/trunk/commands/check_http.cfg
==============================================================================
--- nagios-config/trunk/commands/check_http.cfg	(original)
+++ nagios-config/trunk/commands/check_http.cfg	Mon Aug 10 19:28:44 2009
@@ -36,3 +36,8 @@
 	command_name    check_https_string
 	command_line    $USER1$/check_http -I $HOSTADDRESS$ -H $ARG1$ -S -s '$ARG2$'
 }
+
+define command {
+	command_name    check_https_cert
+	command_line    $USER1$/check_http -I $HOSTADDRESS$ -H $ARG1$ -S -C 14
+}


More information about the pld-cvs-commit mailing list