From 26bf43bba53e63b51c5790b64750d4ee2dfd65d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Fri, 24 Jan 2025 23:43:02 +0100 Subject: [PATCH] Collect restic rest metrics --- services/monitoring/prometheus.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/services/monitoring/prometheus.nix b/services/monitoring/prometheus.nix index aeb5c9f..34518e8 100644 --- a/services/monitoring/prometheus.nix +++ b/services/monitoring/prometheus.nix @@ -175,6 +175,14 @@ } ]; } + { + job_name = "restic_rest"; + static_configs = [ + { + targets = [ "10.69.12.52:8000" ]; + } + ]; + } { job_name = "pve-exporter"; static_configs = [