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