From 6e6d5098c529106e2fb331b86d925c7b31b9473e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 22 May 2025 14:55:32 +0200 Subject: [PATCH] Collect ghettoptt stats --- services/monitoring/prometheus.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/services/monitoring/prometheus.nix b/services/monitoring/prometheus.nix index 1433405..540dc56 100644 --- a/services/monitoring/prometheus.nix +++ b/services/monitoring/prometheus.nix @@ -175,6 +175,14 @@ } ]; } + { + job_name = "ghettoptt"; + static_configs = [ + { + targets = [ "gunter.home.2rjus.net:8989" ]; + } + ]; + } ]; }; }