diff --git a/nixos/hosts/monitoring/default.nix b/nixos/hosts/monitoring/default.nix index 1e64105..e85e3bf 100644 --- a/nixos/hosts/monitoring/default.nix +++ b/nixos/hosts/monitoring/default.nix @@ -79,9 +79,10 @@ { job_name = "saerro"; static_configs = [ - { targets = [ "https://saerro.ps2.live" ]; } + { targets = [ "saerro.ps2.live" ]; } ]; metrics_path = "/metrics/combined"; + scheme = "https"; } ]; };