update get from lio

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-06-24 11:11:00 -05:00
parent bce186bd2d
commit 7971b5615f

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