update get from lio
This commit is contained in:
parent
c23d993f9f
commit
a3be6f71fb
1 changed files with 5 additions and 5 deletions
|
@ -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";
|
||||||
# }
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue