From 8ac6886c1df635a7b1c5632e15d67eaa34356acf Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Wed, 18 Mar 2026 23:33:10 +0100 Subject: [PATCH] add nodes from cccb --- hosts/monitoring/prometheus.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/monitoring/prometheus.nix b/hosts/monitoring/prometheus.nix index 802f500..a6f7fb8 100644 --- a/hosts/monitoring/prometheus.nix +++ b/hosts/monitoring/prometheus.nix @@ -6,6 +6,11 @@ }: { + networking.extraHosts = '' + 2001:678:560:23:3036:24ff:fecf:965b mqtt.club.berlin.ccc.de + 2001:678:560:23:be24:11ff:fe37:a49a forgejo-runner.club.berlin.ccc.de + ''; + services.prometheus = { enable = true; retentionTime = "14d"; @@ -38,6 +43,8 @@ "sql.berlin.ccc.de:${toString config.services.prometheus.exporters.node.port}" "monitoring.berlin.ccc.de:${toString config.services.prometheus.exporters.node.port}" "www.berlin.ccc.de:${toString config.services.prometheus.exporters.node.port}" + "mqtt.club.berlin.ccc.de:9100" + "forgejo-runner.club.berlin.ccc.de:9100" ]; } ];