all: setup prometheus node exporter for all hosts on Chaosknoten

Do that so we can have monitoring for them via prometheus, alertmanager
and grafana.
Also add a local ip for the git host for PVE firewalling.
This commit is contained in:
June 2024-10-03 16:09:42 +02:00
commit c54b655b0e
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
3 changed files with 22 additions and 0 deletions

View file

@ -11,6 +11,10 @@
address = "212.12.51.136";
prefixLength = 28;
}
{
address = "172.31.17.154";
prefixLength = 25;
}
];
ipv6.addresses = [
{