From a3be6f71fb0570f8e2ac60fd3f3ad436b8a6bf90 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Tue, 24 Jun 2025 11:11:00 -0500 Subject: [PATCH] update get from lio --- hosts/h001/mods/monitoring.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/h001/mods/monitoring.nix b/hosts/h001/mods/monitoring.nix index cc2811e..cf4431a 100644 --- a/hosts/h001/mods/monitoring.nix +++ b/hosts/h001/mods/monitoring.nix @@ -11,13 +11,13 @@ job_name = "node"; static_configs = [ { - targets = [ "100.64.0.13:9100" ]; + targets = [ "localhost:9100" ]; labels.instance = config.networking.hostName; # h001 } - # { - # targets = [ "http://lio.net.joshuabell.xyz:9100" ]; - # labels.instance = "lio"; - # } + { + targets = [ "lio.net.joshuabell.xyz:9100" ]; + labels.instance = "lio"; + } ]; } ];