From 343b2201570294df4f01aa8c55a7bd2e5a0693a8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 5 May 2023 19:51:28 +0300 Subject: adjust tls crit thresh --- frontends/etc/gogios.json.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl index 80394b0..b605c34 100644 --- a/frontends/etc/gogios.json.tpl +++ b/frontends/etc/gogios.json.tpl @@ -29,7 +29,7 @@ <% for my $prefix ('', 'www.') { -%> "Check TLS Certificate <%= $prefix . $host %>": { "Plugin": "<%= $plugin_dir %>/check_http", - "Args": ["--sni", "-H", "<%= $prefix . $host %>", "-C", "30" ], + "Args": ["--sni", "-H", "<%= $prefix . $host %>", "-C", "20" ], "DependsOn": ["Check Ping4 <%= $prefix eq '' ? 'blowfish.buetow.org' : 'fishfinger.buetow.org' %>"] }, <% for my $proto (4, 6) { -%> @@ -44,7 +44,7 @@ <% for my $host (qw(cloud anki bag babylon5)) { -%> "Check TLS Certificate <%= $host %>.buetow.org": { "Plugin": "<%= $plugin_dir %>/check_http", - "Args": ["--sni", "-H", "<%= $host %>.buetow.org", "-C", "30" ], + "Args": ["--sni", "-H", "<%= $host %>.buetow.org", "-C", "20" ], "DependsOn": ["Check Ping4 babylon5.buetow.org"] }, <% for my $proto (4, 6) { -%> -- cgit v1.2.3