nix-infra/config/extra/prometheus-exporter.nix
June c54b655b0e
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.
2024-10-03 16:09:42 +02:00

9 lines
104 B
Nix

{ ... }:
{
services.prometheus.exporters.node = {
enable = true;
openFirewall = true;
};
}