Compare commits
2 Commits
42a95797ac
...
6079852cc6
Author | SHA1 | Date | |
---|---|---|---|
6079852cc6 | |||
54763252fe |
@ -10,6 +10,8 @@ HOSTS=(
|
||||
"http-proxy"
|
||||
"jelly01"
|
||||
"monitoring01"
|
||||
"nix-cache01"
|
||||
"pgdb1"
|
||||
)
|
||||
|
||||
for host in "${HOSTS[@]}"; do
|
||||
|
@ -130,15 +130,16 @@
|
||||
static_configs = [
|
||||
{
|
||||
targets = [
|
||||
# Node exporter
|
||||
"gunter.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"
|
||||
"nix-cache01.home.2rjus.net:9100"
|
||||
"ns1.home.2rjus.net:9100"
|
||||
"ns2.home.2rjus.net:9100"
|
||||
"http-proxy.home.2rjus.net:9100"
|
||||
"ha1.home.2rjus.net:9100"
|
||||
"nix-cache01.home.2rjus.net:9100"
|
||||
"pgdb1.home.2rjus.net:9100"
|
||||
];
|
||||
}
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user