Add nrpe to accept from noc01 to mirrorlists.
This commit is contained in:
parent
497afe78cc
commit
9f27b9c1e5
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ num_cpus: 4
|
||||||
# the host_vars/$hostname file
|
# the host_vars/$hostname file
|
||||||
|
|
||||||
tcp_ports: [ 80 ]
|
tcp_ports: [ 80 ]
|
||||||
|
custom_rules: [ '-A INPUT -s 192.168.1.10 -p tcp -m tcp --dport 5666 -j ACCEPT',
|
||||||
|
'-A INPUT -s 209.132.181.102 -p tcp -m tcp --dport 5666 -j ACCEPT',
|
||||||
|
'-A INPUT -s 10.5.126.41 -p tcp -m tcp --dport 5666 -j ACCEPT' ]
|
||||||
collectd_apache: true
|
collectd_apache: true
|
||||||
fas_client_groups: sysadmin-noc
|
fas_client_groups: sysadmin-noc
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue