Skip to content
Snippets Groups Projects
Commit 6dc8710c authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[UPD] lower threshold for cert expiry

parent 9b2a2d8a
Branches
Tags v1.0.1
No related merge requests found
...@@ -53,7 +53,7 @@ define command{ ...@@ -53,7 +53,7 @@ define command{
# 'check_https' command definition # 'check_https' command definition
define command{ define command{
command_name check_https 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 # 'check_certif' command definition
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment