adding udp port 69 for tftp and tcp port 8000 for beaker on beaker lab controller group

This commit is contained in:
Tim Flink 2014-04-03 22:00:05 +00:00
parent 8ccc0622dc
commit 8d26c2ffe5

View file

@ -6,7 +6,8 @@ num_cpus: 2
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
tcp_ports: [ 80, 443 ]
tcp_ports: [ 80, 443, 8000 ]
udp_ports: [ 69 ]
fas_client_groups: sysadmin-qa
nrpe_procs_warn: 250
nrpe_procs_crit: 300