We need to allow arm01-retrace00 to talk to nfs and postgres on retrace01.
This commit is contained in:
parent
04dee89215
commit
748390515c
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue