diff options
| author | Paul Buetow <paul@buetow.org> | 2024-03-23 16:41:52 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-03-23 16:41:52 +0200 |
| commit | 65a968161c1157d7c5d86367dee3020b7591903f (patch) | |
| tree | 5bbdaeb24c3dbff27bb354a3b5313730c7e5154b /frontends | |
| parent | 6234c37e43aa0675cc9273e3b50c727129c83d22 (diff) | |
add more check dependencies on v6ping
Diffstat (limited to 'frontends')
| -rw-r--r-- | frontends/etc/gogios.json.tpl | 2 |
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) { -%> |
