diff --git a/services/monitoring/prometheus.nix b/services/monitoring/prometheus.nix index 53832e9..dcb218a 100644 --- a/services/monitoring/prometheus.nix +++ b/services/monitoring/prometheus.nix @@ -159,6 +159,14 @@ } ]; } + { + job_name = "grafana"; + static_configs = [ + { + targets = [ "localhost:3100" ]; + } + ]; + } { job_name = "pve-exporter"; static_configs = [