summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-05-01 14:52:31 +0300
committerPaul Buetow <paul@buetow.org>2023-05-01 14:52:31 +0300
commitba1514b75d5e277c13dde0957260722d94baf32e (patch)
tree38f1386853619e12dbb9b788098f03f00dd34ebb
parentd01f6bdfecdaaf5ae158be61bb42cc8aa55bba86 (diff)
fix check dependencies
-rw-r--r--frontends/etc/gogios.json.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl
index 2529fbc..408acb2 100644
--- a/frontends/etc/gogios.json.tpl
+++ b/frontends/etc/gogios.json.tpl
@@ -23,13 +23,13 @@
"Check TLS Certificate <%= $prefix . $host %>": {
"Plugin": "<%= $plugin_dir %>/check_http",
"Args": ["--sni", "-H", "<%= $prefix . $host %>", "-C", "30" ],
- "DependsOn": ["Check Ping4 <%= $prefix eq '' ? 'blowfish.buetow.org' : 'twofish.buetow.org' %>"]
+ "DependsOn": ["Check Ping4 <%= $prefix eq '' ? 'blowfish.buetow.org' : 'fishfinger.buetow.org' %>"]
},
<% 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' : 'twofish.buetow.org' %>"]
+ "DependsOn": ["Check Ping<%= $proto %> <%= $prefix eq '' ? 'blowfish.buetow.org' : 'fishfinger.buetow.org' %>"]
},
<% } -%>
<% } -%>