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" ]; } ]; }];