From f4cf6039965bff11c72df303f8fb24790ef52412 Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 18 Feb 2024 01:07:47 -0500 Subject: [PATCH] monitoring saerro --- nixos/hosts/monitoring/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/monitoring/default.nix b/nixos/hosts/monitoring/default.nix index 999acac..1e64105 100644 --- a/nixos/hosts/monitoring/default.nix +++ b/nixos/hosts/monitoring/default.nix @@ -79,7 +79,7 @@ { job_name = "saerro"; static_configs = [ - { targets = [ "saerro.ps2.live" ]; } + { targets = [ "https://saerro.ps2.live" ]; } ]; metrics_path = "/metrics/combined"; }