From 65a968161c1157d7c5d86367dee3020b7591903f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 23 Mar 2024 16:41:52 +0200 Subject: add more check dependencies on v6ping --- frontends/etc/gogios.json.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl index 84a4bec..683f9de 100644 --- a/frontends/etc/gogios.json.tpl +++ b/frontends/etc/gogios.json.tpl @@ -35,7 +35,7 @@ "Check TLS Certificate <%= $host %>.buetow.org": { "Plugin": "<%= $plugin_dir %>/check_http", "Args": ["--sni", "-H", "<%= $host %>.buetow.org", "-C", "20" ], - "DependsOn": ["Check Ping4 <%= $host %>.buetow.org"] + "DependsOn": ["Check Ping4 <%= $host %>.buetow.org", "Check Ping6 <%= $host %>.buetow.org"] }, <% } -%> <% for my $host (@$acme_hosts) { -%> -- cgit v1.2.3