diff --git a/services/monitoring/prometheus.nix b/services/monitoring/prometheus.nix index 540dc56..9f9d53a 100644 --- a/services/monitoring/prometheus.nix +++ b/services/monitoring/prometheus.nix @@ -183,6 +183,14 @@ } ]; } + { + job_name = "step-ca"; + static_configs = [ + { + targets = [ "ca.home.2rjus.net:9000" ]; + } + ]; + } ]; }; }