From 33d680b404589ac11ebc4c7401f6fb7b34d848ea Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 26 Dec 2022 03:47:59 +0100 Subject: [PATCH] prometheus: add caveman-hunter --- hosts/prometheus/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/prometheus/default.nix b/hosts/prometheus/default.nix index 8e6bca98..713624e6 100644 --- a/hosts/prometheus/default.nix +++ b/hosts/prometheus/default.nix @@ -81,6 +81,9 @@ targets = [ "localhost:${toString config.services.prometheus.exporters.collectd.port}" ]; } { targets = [ "relay.fedi.buzz" ]; + } { + # caveman-hunter + targets = [ "${zwNets.flpk.hosts4.caveman}:9101" ]; } ]; }];