Set correct IP address for Pelican beam monitors.
This commit is contained in:
@@ -12,9 +12,9 @@ foreach {mc host port} {
|
||||
|
||||
# BEAM MONITOR HOST AND PORT
|
||||
foreach {bm host port} {
|
||||
MONITOR_1 localhost 33000
|
||||
MONITOR_2 localhost 33001
|
||||
MONITOR_3 localhost 33002
|
||||
MONITOR_1 das1-pelican 33000
|
||||
MONITOR_2 das1-pelican 33001
|
||||
MONITOR_3 das1-pelican 33002
|
||||
} {
|
||||
dict set MONITOR_HOSTPORT $bm HOST $host
|
||||
dict set MONITOR_HOSTPORT $bm PORT $port
|
||||
@@ -22,7 +22,7 @@ foreach {bm host port} {
|
||||
|
||||
# HISTOGRAM SERVER HOST AND PORT
|
||||
foreach {key host port} {
|
||||
HMM das1-pelican.nbi.ansto.gov.au 8080
|
||||
HMM das1-pelican 8080
|
||||
} {
|
||||
dict set HISTMEM_HOSTPORT $key HOST $host
|
||||
dict set HISTMEM_HOSTPORT $key PORT $port
|
||||
|
||||
Reference in New Issue
Block a user