Add IP and PORT for the "histmem textstatus" command.

The initialisation of SICS fails to create the histmem command if this entry is missing
This commit is contained in:
Ferdi Franceschini
2013-08-29 07:43:30 +10:00
parent f3e2a6cd7f
commit 20aa91ee4d

View File

@@ -21,6 +21,7 @@ foreach {bm host port} {
# HISTOGRAM SERVER HOST AND PORT
foreach {key host port} {
HMM das1-platypus.nbi.ansto.gov.au 8080
HMSTAT das1-platypus.nbi.ansto.gov.au 8081
} {
dict set HISTMEM_HOSTPORT $key HOST $host
dict set HISTMEM_HOSTPORT $key PORT $port