diff options
| author | Paul Buetow <paul@buetow.org> | 2024-03-22 19:01:55 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-03-22 19:01:55 +0200 |
| commit | 9420ee0c4c69aee2e90673322b09d0c71c0b4e5b (patch) | |
| tree | eb77eb22311e307a94eb3fae55bd96d330c3bb25 /frontends/etc | |
| parent | 9fb4207ae2470d52ed49bded045884d458aba4de (diff) | |
clean up dependencies in monitoring
Diffstat (limited to 'frontends/etc')
| -rw-r--r-- | frontends/etc/gogios.json.tpl | 6 |
1 files 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 %>"] }, <% } -%> <% } -%> |
