From 48095fc26f5467257a8ce61b9e5171f06a99bdcb Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 10 Feb 2024 19:51:23 -0500 Subject: [PATCH] monitoring --- 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 9a0d175..6b312b7 100644 --- a/nixos/hosts/monitoring/default.nix +++ b/nixos/hosts/monitoring/default.nix @@ -32,7 +32,7 @@ { job_name = "aerial"; static_configs = [ - { targets = "aerial.hoki-porgy.ts.net:14200"; } + { targets = ["aerial.hoki-porgy.ts.net:14200"]; } ]; } ];