monitoring #1
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue