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 = [