From 9420ee0c4c69aee2e90673322b09d0c71c0b4e5b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 22 Mar 2024 19:01:55 +0200 Subject: clean up dependencies in monitoring --- frontends/etc/gogios.json.tpl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl index c536967..5eda2f8 100644 --- a/frontends/etc/gogios.json.tpl +++ b/frontends/etc/gogios.json.tpl @@ -34,14 +34,12 @@ <% for my $prefix ('', 'mirror.', 'www.') { -%> "Check TLS Certificate <%= $prefix . $host %>": { "Plugin": "<%= $plugin_dir %>/check_http", - "Args": ["--sni", "-H", "<%= $prefix . $host %>", "-C", "20" ], - "DependsOn": ["Check Ping4 <%= $prefix eq '' ? 'blowfish.buetow.org' : 'fishfinger.buetow.org' %>"] + "Args": ["--sni", "-H", "<%= $prefix . $host %>", "-C", "20" ] }, <% for my $proto (4, 6) { -%> "Check HTTP IPv<%= $proto %> <%= $prefix . $host %>": { "Plugin": "<%= $plugin_dir %>/check_http", - "Args": ["<%= $prefix . $host %>", "-<%= $proto %>"], - "DependsOn": ["Check Ping<%= $proto %> <%= $prefix eq '' ? 'blowfish.buetow.org' : 'fishfinger.buetow.org' %>"] + "Args": ["<%= $prefix . $host %>", "-<%= $proto %>"] }, <% } -%> <% } -%> -- cgit v1.2.3