Use the right host address for counters on Taipan.

This commit is contained in:
Ferdi Franceschini
2013-05-17 07:36:30 +10:00
parent 17d72343e7
commit f0c008c714

View File

@ -12,8 +12,8 @@ foreach {mc host port} {
# BEAM MONITOR HOST AND PORT
foreach {bm host port} {
MONITOR_1 das1-taipan 33000
MONITOR_2 das1-taipan 33001
MONITOR_1 das2-taipan 33000
MONITOR_2 das2-taipan 33001
} {
dict set MONITOR_HOSTPORT $bm HOST $host
dict set MONITOR_HOSTPORT $bm PORT $port