Compare commits

...

2 Commits

Author SHA1 Message Date
6079852cc6
Add missing hosts to prometheus scrap job
Some checks failed
Run nix flake check / flake-check (push) Failing after 6m22s
Periodic flake update / flake-update (push) Successful in 1m30s
2025-01-26 00:56:21 +01:00
54763252fe
Update rebuild script 2025-01-26 00:55:15 +01:00
2 changed files with 8 additions and 5 deletions

View File

@ -10,6 +10,8 @@ HOSTS=(
"http-proxy"
"jelly01"
"monitoring01"
"nix-cache01"
"pgdb1"
)
for host in "${HOSTS[@]}"; do

View File

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