nix-infra/config/extra/prometheus-exporter.nix
June 7e6644b112
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-21 17:49:03 +02:00

9 lines
104 B
Nix

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