From acb9e59775b750ba3504723fdf5d62a63172afdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sun, 1 Jun 2025 02:40:41 +0200 Subject: [PATCH] Scrape nix-cache caddy --- services/monitoring/prometheus.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/services/monitoring/prometheus.nix b/services/monitoring/prometheus.nix index a9ba192..69ffd10 100644 --- a/services/monitoring/prometheus.nix +++ b/services/monitoring/prometheus.nix @@ -208,6 +208,15 @@ } ]; } + { + job_name = "nix-cache_caddy"; + static_configs = [ + { + scheme = "https"; + targets = [ "nix-cache.home.2rjus.net" ]; + } + ]; + } ]; pushgateway = { enable = true;