summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-03-23 16:41:52 +0200
committerPaul Buetow <paul@buetow.org>2024-03-23 16:41:52 +0200
commit65a968161c1157d7c5d86367dee3020b7591903f (patch)
tree5bbdaeb24c3dbff27bb354a3b5313730c7e5154b
parent6234c37e43aa0675cc9273e3b50c727129c83d22 (diff)
add more check dependencies on v6ping
-rw-r--r--frontends/etc/gogios.json.tpl2
1 files changed, 1 insertions, 1 deletions
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) { -%>