summaryrefslogtreecommitdiff
path: root/frontends/etc
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-15 19:32:46 +0200
committerPaul Buetow <paul@buetow.org>2026-01-15 21:01:43 +0200
commit617a9f741bad57640e06f03b67b8ea2983c5904e (patch)
treeec5fea29a139ad6211523f69c12cff1414268497 /frontends/etc
parentcc3924874a4c065d7a78905480b304d4e25c70f7 (diff)
Update monitoring and gogios configuration
- Add node resources multi-select dashboard for Prometheus - Update gogios cron schedule and add HTML status file output - Update Prometheus scrape configs - Add gogios documentation Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'frontends/etc')
-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)) { -%>