Enable prometheus node exporter by default

This commit is contained in:
Gonne Kretschmer 2023-10-23 19:39:38 +02:00 committed by Gonne
parent bb93d3aed5
commit 559c5a47ad

View file

@ -55,5 +55,12 @@ services = {
PasswordAuthentication = false;
};
};
prometheus.exporters.node = {
enable = true;
port = 9100;
};
};
# Prometheus Monitoring
networking.firewall.allowedTCPPorts = [ 9100 ];
}