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"; + } ]; } ];