summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
Diffstat (limited to 'frontends')
-rw-r--r--frontends/etc/gogios.cron.tpl2
-rw-r--r--frontends/etc/gogios.json.tpl1
2 files changed, 2 insertions, 1 deletions
diff --git a/frontends/etc/gogios.cron.tpl b/frontends/etc/gogios.cron.tpl
index 56af0af..21f8bfe 100644
--- a/frontends/etc/gogios.cron.tpl
+++ b/frontends/etc/gogios.cron.tpl
@@ -1,3 +1,3 @@
0 7 * * * <%= $gogios_path %> -renotify >/dev/null 2>&1
-*/5 8-22 * * * -s <%= $gogios_path %> >/dev/null 2>&1
+*/5 8-22 * * * <%= $gogios_path %> >/dev/null 2>&1
0 3 * * 0 <%= $gogios_path %> -force >/dev/null 2>&1
diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl
index 0f88868..d30d255 100644
--- a/frontends/etc/gogios.json.tpl
+++ b/frontends/etc/gogios.json.tpl
@@ -5,6 +5,7 @@
"CheckTimeoutS": 10,
"CheckConcurrency": 3,
"StateDir": "/var/run/gogios",
+ "HTMLStatusFile": "/var/www/htdocs/buetow.org/self/gogios/index.html",
"PrometheusHosts": ["r0.wg0:30090", "r1.wg0:30090", "r2.wg0:30090"],
"Checks": {
<% for my $host (qw(master standby)) { -%>