From 630c7f261642265020db0ff32b6320d76abf9d3e Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 18 Feb 2024 01:09:41 -0500 Subject: [PATCH] monitoring saerro --- nixos/hosts/monitoring/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; } ]; };