From 5d513cba7597bd8863e32d0aae4af84b50b55f46 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 24 Apr 2023 21:43:26 +0200 Subject: [PATCH] caveman: update hunter prometheus_port to fix port conflict --- hosts/caveman/default.nix | 2 +- hosts/prometheus/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/caveman/default.nix b/hosts/caveman/default.nix index acb87be4..4e96e989 100644 --- a/hosts/caveman/default.nix +++ b/hosts/caveman/default.nix @@ -37,7 +37,7 @@ hunter = { enable = true; settings = { - prometheus_port = 9102; + prometheus_port = 9103; max_workers = 384; hosts = with builtins; filter isString ( diff --git a/hosts/prometheus/default.nix b/hosts/prometheus/default.nix index fe1b1f70..5d3a1b9a 100644 --- a/hosts/prometheus/default.nix +++ b/hosts/prometheus/default.nix @@ -87,7 +87,7 @@ } { targets = [ # caveman: caveman-hunter - "${zwNets.flpk.hosts4.caveman}:9102" + "${zwNets.flpk.hosts4.caveman}:9103" # caveman: caveman-gatherer "fedi.buzz" # buzzrelay: buzzrelay