diff --git a/templates/iptables.conf.j2 b/templates/iptables.conf.j2
index 913cbea71da92f5386fd09679336b64fcbb6262f..dc4fd2b37445834fc1ec759c7d4ffe10e8cb249d 100644
--- a/templates/iptables.conf.j2
+++ b/templates/iptables.conf.j2
@@ -105,10 +105,6 @@
 # IMAP
 -A OUTPUT -p tcp -m tcp --dport 993 -j ACCEPT
 {% endif %}
-{% if inventory_hostname in groups.nagios_server %}
-# NRPE
--A OUTPUT -p tcp -m tcp --dport 5666 -j ACCEPT
-{% endif %}
 # Log outgoing traffic blocked by IPTables
 -A OUTPUT -j LOGGING
 ## LOGGING chain