ping exporter: remove 127.0.0.1
This commit is contained in:
parent
8df4f79f0a
commit
7690758032
@ -362,11 +362,7 @@ in
|
||||
replacement = "${hostname}:${port}";
|
||||
target_label = "instance";
|
||||
}) hosts;
|
||||
static_configs = [
|
||||
{
|
||||
targets = [ "127.0.0.1:${port}" ] ++ map (host: "${myData.hosts.${host}.jakstIP}:${port}") hosts;
|
||||
}
|
||||
];
|
||||
static_configs = [ { targets = map (host: "${myData.hosts.${host}.jakstIP}:${port}") hosts; } ];
|
||||
}
|
||||
)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user