Add missing hosts to prometheus scrap job
This commit is contained in:
parent
54763252fe
commit
6079852cc6
@ -130,15 +130,16 @@
|
|||||||
static_configs = [
|
static_configs = [
|
||||||
{
|
{
|
||||||
targets = [
|
targets = [
|
||||||
# Node exporter
|
|
||||||
"gunter.home.2rjus.net:9100"
|
|
||||||
"ca.home.2rjus.net:9100"
|
"ca.home.2rjus.net:9100"
|
||||||
|
"gunter.home.2rjus.net:9100"
|
||||||
|
"ha1.home.2rjus.net:9100"
|
||||||
|
"http-proxy.home.2rjus.net:9100"
|
||||||
|
"jelly01.home.2rjus.net:9100"
|
||||||
"monitoring01.home.2rjus.net:9100"
|
"monitoring01.home.2rjus.net:9100"
|
||||||
|
"nix-cache01.home.2rjus.net:9100"
|
||||||
"ns1.home.2rjus.net:9100"
|
"ns1.home.2rjus.net:9100"
|
||||||
"ns2.home.2rjus.net:9100"
|
"ns2.home.2rjus.net:9100"
|
||||||
"http-proxy.home.2rjus.net:9100"
|
"pgdb1.home.2rjus.net:9100"
|
||||||
"ha1.home.2rjus.net:9100"
|
|
||||||
"nix-cache01.home.2rjus.net:9100"
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user