diff options
| author | Paul Buetow <paul@buetow.org> | 2024-03-22 19:10:08 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-03-22 19:10:08 +0200 |
| commit | 3ac3afb6f81bd6543f121f00c2add6b4b9eb101e (patch) | |
| tree | 16658040c8b14e7300287a2b80f71dfc648c4e08 /frontends/etc | |
| parent | 9420ee0c4c69aee2e90673322b09d0c71c0b4e5b (diff) | |
fix monitoring alerts
Diffstat (limited to 'frontends/etc')
| -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 5eda2f8..1e2b961 100644 --- a/frontends/etc/gogios.json.tpl +++ b/frontends/etc/gogios.json.tpl @@ -26,7 +26,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"] }, <% } -%> <% } -%> |
