From 3ca43aff753ed4c1757627a9c4ddcedd08f7d6f3 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 6 Dec 2017 23:20:34 +0000 Subject: [PATCH] Seems sni is not enabled by default Signed-off-by: Patrick Uiterwijk --- roles/nagios_server/files/nagios/commands/httpd.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nagios_server/files/nagios/commands/httpd.cfg b/roles/nagios_server/files/nagios/commands/httpd.cfg index 74e65e67b4..4771ea5fb8 100644 --- a/roles/nagios_server/files/nagios/commands/httpd.cfg +++ b/roles/nagios_server/files/nagios/commands/httpd.cfg @@ -53,7 +53,7 @@ define command{ define command{ command_name check_website_ssl - command_line $USER1$/check_http -w 30 -c 40 --ssl -I $HOSTADDRESS$ -H $ARG1$ -u $ARG2$ -s "$ARG3$" + command_line $USER1$/check_http -w 30 -c 40 --ssl --sni -I $HOSTADDRESS$ -H $ARG1$ -u $ARG2$ -s "$ARG3$" } define command{