monitoring #1

Merged
Ittihadyya merged 24 commits from monitoring into trunk 2024-12-20 18:16:41 +02:00
Showing only changes of commit 634b971019 - Show all commits

View file

@ -23,9 +23,13 @@
networking.firewall = { networking.firewall = {
allowedTCPPorts = [ allowedTCPPorts = [
64738 # murmur tcp 64738 # murmur tcp
6700 # grafana
6750 # prometheus
]; ];
allowedUDPPorts = [ allowedUDPPorts = [
64738 # murmur udp 64738 # murmur udp
6700 # grafana
6750 # prometheus
]; ];
}; };
} }