summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-08 21:41:29 +0200
committerPaul Buetow <paul@buetow.org>2026-01-08 21:41:29 +0200
commite7a36bcbb09a931694bf55dfd3659e5ec4510731 (patch)
treead4bf2953a0b4eb244654374dc7975f7f0918cc1 /frontends
parent9ab09b740eafb09a3bfe9a240ba5138ae9295efa (diff)
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 <amp@ampcode.com>
Diffstat (limited to 'frontends')
-rw-r--r--frontends/etc/gogios.json.tpl1
1 files changed, 1 insertions, 0 deletions
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) { -%>