From 03eb96f968a6d2cecb2bdf1d23accf51a270188e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 15 Jan 2026 19:32:46 +0200 Subject: 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 --- frontends/etc/gogios.cron.tpl | 2 +- frontends/etc/gogios.json.tpl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'frontends/etc') 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)) { -%> -- cgit v1.2.3