From 493d316c7d6e1b745fc64477a28a8df6b2ef6504 Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 10 Feb 2024 20:11:14 -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 6b312b7..ae6fe18 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 = ["100.111.27.103:14200"]; } ]; } ];