Bilby only has one beam monitor
This commit is contained in:
@ -16,8 +16,6 @@ foreach {mc host port} {
|
|||||||
# BEAM MONITOR HOST AND PORT
|
# BEAM MONITOR HOST AND PORT
|
||||||
foreach {bm host port} {
|
foreach {bm host port} {
|
||||||
MONITOR_1 das1-bilby 30000
|
MONITOR_1 das1-bilby 30000
|
||||||
MONITOR_2 das1-bilby 30001
|
|
||||||
MONITOR_3 das1-bilby 30002
|
|
||||||
} {
|
} {
|
||||||
dict set MONITOR_HOSTPORT $bm HOST $host
|
dict set MONITOR_HOSTPORT $bm HOST $host
|
||||||
dict set MONITOR_HOSTPORT $bm PORT $port
|
dict set MONITOR_HOSTPORT $bm PORT $port
|
||||||
|
@ -18,8 +18,6 @@ foreach {key host port} {
|
|||||||
# TEST BEAM MONITOR HOST AND PORT
|
# TEST BEAM MONITOR HOST AND PORT
|
||||||
foreach {key host port} {
|
foreach {key host port} {
|
||||||
MONITOR_1 localhost 30000
|
MONITOR_1 localhost 30000
|
||||||
MONITOR_2 localhost 30001
|
|
||||||
MONITOR_3 localhost 30002
|
|
||||||
} {
|
} {
|
||||||
dict set MONITOR_HOSTPORT $key HOST $host
|
dict set MONITOR_HOSTPORT $key HOST $host
|
||||||
dict set MONITOR_HOSTPORT $key PORT $port
|
dict set MONITOR_HOSTPORT $key PORT $port
|
||||||
|
Reference in New Issue
Block a user