From 4f35c2286be727b500a08c95055cf076552e6b07 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 19 Jul 2026 23:06:18 +0200 Subject: hosts/server3: Setup prometheus server in agent mode --- hosts/by-name/server2/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts/by-name/server2/configuration.nix') diff --git a/hosts/by-name/server2/configuration.nix b/hosts/by-name/server2/configuration.nix index 2e04324..c26b896 100644 --- a/hosts/by-name/server2/configuration.nix +++ b/hosts/by-name/server2/configuration.nix @@ -29,6 +29,9 @@ monitoring = { enable = true; + prometheus = { + remoteWriteReceiver = "prometheus-server2.vhack.eu"; + }; grafana = { fqdn = "grafana.vhack.eu"; -- cgit v1.3.1