We need to allow arm01-retrace00 to talk to nfs and postgres on retrace01.

This commit is contained in:
Kevin Fenzi 2015-03-12 15:34:04 +00:00
parent 04dee89215
commit 748390515c

View file

@ -5,5 +5,9 @@ sudoers: "{{ private }}/files/sudo/arm-retrace-sudoers"
tcp_ports: [ 80, 443 ]
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.78.11 --dport 2049 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 10.5.78.11 --dport 5432 -j ACCEPT' ]
nrpe_procs_warn: 900
nrpe_procs_crit: 1000