diff options
Diffstat (limited to 'frontends/etc')
| -rw-r--r-- | frontends/etc/gogios.json.tpl | 1 |
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) { -%> |
