Skip to content
Snippets Groups Projects
Verified Commit d93f2d45 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Allow Beholder to port 9100 (node-exporter)

parent 4b9a417f
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@
-A INPUT -p tcp -m tcp --dport 443 -j ACCEPT
# Accept from AdminSCH Kubernetes
-A INPUT -s 152.66.208.121/32 -p tcp -m tcp --dport 9100 -j ACCEPT
# Accept from Beholder Monitoring
-A INPUT -s 152.66.208.117/32 -p tcp -m tcp --dport 9100 -j ACCEPT
-A INPUT -j DROP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment