update get from lio

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-06-24 11:11:00 -05:00
parent c23d993f9f
commit a3be6f71fb

View file

@ -11,13 +11,13 @@
job_name = "node"; job_name = "node";
static_configs = [ static_configs = [
{ {
targets = [ "100.64.0.13:9100" ]; targets = [ "localhost:9100" ];
labels.instance = config.networking.hostName; # h001 labels.instance = config.networking.hostName; # h001
} }
# { {
# targets = [ "http://lio.net.joshuabell.xyz:9100" ]; targets = [ "lio.net.joshuabell.xyz:9100" ];
# labels.instance = "lio"; labels.instance = "lio";
# } }
]; ];
} }
]; ];