From e7a36bcbb09a931694bf55dfd3659e5ec4510731 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 8 Jan 2026 21:41:29 +0200 Subject: Add PrometheusHosts to gogios config for f3s cluster alerts Amp-Thread-ID: https://ampcode.com/threads/T-019b9eec-b607-7271-9b75-f05255a60742 Co-authored-by: Amp --- frontends/etc/gogios.json.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl index 5e6c2e5..68e5afd 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", + "PrometheusHosts": ["r0.wg0:30090", "r1.wg0:30090", "r2.wg0:30090"], "Checks": { <% for my $host (qw(master standby)) { -%> <% for my $proto (4, 6) { -%> -- cgit v1.2.3