diff options
| author | Paul Buetow <paul@buetow.org> | 2023-05-05 19:51:28 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-05-05 19:51:28 +0300 |
| commit | 343b2201570294df4f01aa8c55a7bd2e5a0693a8 (patch) | |
| tree | f93743bd21900cf47102feb159580979c4154058 | |
| parent | 2d467468e76c421a78ec365b312f89d7a6008b32 (diff) | |
adjust tls crit thresh
| -rw-r--r-- | frontends/etc/gogios.json.tpl | 4 |
1 files 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) { -%> |
