try to clean up
This commit is contained in:
parent
cd97509505
commit
6a411fae1b
2 changed files with 10 additions and 1 deletions
|
@ -24,3 +24,12 @@ openqa_workers: 10
|
||||||
# $ENV{QEMUPORT} = ($options{instance}) * 10 + 20002;
|
# $ENV{QEMUPORT} = ($options{instance}) * 10 + 20002;
|
||||||
# so for worker 1 it's 20012, for worker 2 it's 20022, etc etc
|
# so for worker 1 it's 20012, for worker 2 it's 20022, etc etc
|
||||||
tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103']
|
tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103']
|
||||||
|
nagios_Can_Connect: false
|
||||||
|
|
||||||
|
nagios_Check_Services:
|
||||||
|
nrpe: false
|
||||||
|
sshd: false
|
||||||
|
named: false
|
||||||
|
dhcpd: false
|
||||||
|
httpd: false
|
||||||
|
swap: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue