Set correct IP address for Pelican beam monitors.

This commit is contained in:
Ferdi Franceschini
2013-05-01 07:40:43 +10:00
parent ecd9707eb2
commit 7be5d2f326

View File

@@ -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