Skip to content
Snippets Groups Projects
Commit 2a8fb2f4 authored by Florian Sesser's avatar Florian Sesser
Browse files

Node exporter: Opening firewall once is enough

parent e2e770c5
No related branches found
No related tags found
3 merge requests!108Merge staging into production,!107Merge develop into staging,!88Integrate monitoring into local grid
Pipeline #571 failed
......@@ -14,8 +14,6 @@ let
mountsFileSystemType = fsType: {} != filterAttrs (n: v: v.fsType == fsType) config.fileSystems;
in {
config.networking.firewall.allowedTCPPorts = [ 9100 ];
config.services.prometheus.exporters.node = {
enable = true;
openFirewall = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment