From 6dc8710c113b64a93ba7cc6d60a363897f1e8859 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com>
Date: Thu, 22 Jul 2021 16:11:49 +0200
Subject: [PATCH] [UPD] lower threshold for cert expiry

---
 templates/commands.cfg.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/commands.cfg.j2 b/templates/commands.cfg.j2
index d20a689..cac0120 100644
--- a/templates/commands.cfg.j2
+++ b/templates/commands.cfg.j2
@@ -53,7 +53,7 @@ define command{
 # 'check_https' command definition
 define command{
         command_name    check_https
-        command_line    $USER1$/check_http -S -H $ARG1$ -u $ARG2$ --sni -C 29,15 --continue-after-certificate
+        command_line    $USER1$/check_http -S -H $ARG1$ -u $ARG2$ --sni -C 27,15 --continue-after-certificate
         }
 
 # 'check_certif' command definition
-- 
GitLab