From 49bc0d20761c698f76bbe22a2011a8192be0edc8 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 19 Jun 2014 20:59:17 +0000 Subject: [PATCH] adding buildslave port 9989/tcp to taskotron group --- inventory/group_vars/taskotron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/taskotron b/inventory/group_vars/taskotron index 534ecd583e..1cb32799bc 100644 --- a/inventory/group_vars/taskotron +++ b/inventory/group_vars/taskotron @@ -6,7 +6,7 @@ num_cpus: 4 # 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, 9989 ] fas_client_groups: sysadmin-qa nrpe_procs_warn: 250 nrpe_procs_crit: 300