From c9c6e88ae8605677d7c1971325ed09b7e5fed876 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 30 Dec 2022 02:59:37 +0100 Subject: [PATCH] prometheus: add caveman-gatherer --- hosts/prometheus/default.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/hosts/prometheus/default.nix b/hosts/prometheus/default.nix index 98669767..a6a89861 100644 --- a/hosts/prometheus/default.nix +++ b/hosts/prometheus/default.nix @@ -81,10 +81,14 @@ } { targets = [ "localhost:${toString config.services.prometheus.exporters.collectd.port}" ]; } { - targets = [ "relay.fedi.buzz" ]; - } { - # caveman-hunter - targets = [ "${zwNets.flpk.hosts4.caveman}:9101" ]; + targets = [ + # caveman: caveman-hunter + "${zwNets.flpk.hosts4.caveman}:9101" + # caveman: caveman-gatherer + "fedi.buzz" + # buzzrelay: buzzrelay + "relay.fedi.buzz" + ]; } ]; }];