@cryptotaxi247 / infra-1 / commits / 539bb87c

eris: add pluto to monitoring targets

Pierre Bourdon committed Feb 22, 2024 at 10:39 UTC 539bb87ccf3ea5c09cd732b9e902df379fdeb1b3
1 file changed +3
delft/eris.nix
+3
@@ -25,6 +25,7 @@ in
25 networking.extraHosts = ''
26 10.254.1.1 bastion
27 10.254.1.5 rhea
28 + 10.254.1.6 pluto
29
30 10.254.1.9 haumea
31
@@ -274,6 +275,7 @@ in
275 {
276 targets = [
277 "eris:9100"
278 + "pluto:9100"
279 ];
280 labels.role = "monitoring";
281 }
@@ -313,6 +315,7 @@ in
315 {
316 targets = [
317 "eris:9300"
318 + "pluto:9300"
319 ];
320 labels.role = "monitoring";
321 }