From 0ab6b5f67fe771076a9501be3c895bf24328b07e Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Wed, 8 May 2013 11:26:02 +1000 Subject: [PATCH] Added HMSTAT hostports for pelican. --- site_ansto/instrument/pelican/hostport_config.tcl | 1 + site_ansto/instrument/pelican/hostport_config_test.tcl | 1 + 2 files changed, 2 insertions(+) diff --git a/site_ansto/instrument/pelican/hostport_config.tcl b/site_ansto/instrument/pelican/hostport_config.tcl index 2fbb2536..a44eab6f 100644 --- a/site_ansto/instrument/pelican/hostport_config.tcl +++ b/site_ansto/instrument/pelican/hostport_config.tcl @@ -23,6 +23,7 @@ foreach {bm host port} { # HISTOGRAM SERVER HOST AND PORT foreach {key host port} { HMM das1-pelican 8080 + HMSTAT das1-pelican 8081 } { dict set HISTMEM_HOSTPORT $key HOST $host dict set HISTMEM_HOSTPORT $key PORT $port diff --git a/site_ansto/instrument/pelican/hostport_config_test.tcl b/site_ansto/instrument/pelican/hostport_config_test.tcl index ca109363..12f68eff 100644 --- a/site_ansto/instrument/pelican/hostport_config_test.tcl +++ b/site_ansto/instrument/pelican/hostport_config_test.tcl @@ -25,6 +25,7 @@ foreach {key host port} { # TEST HISTOGRAM SERVER HOST AND PORT foreach {key host port} { HMM das1-test.nbi.ansto.gov.au 8080 + HMSTAT das1-test.nbi.ansto.gov.au 8081 } { dict set HISTMEM_HOSTPORT $key HOST $host dict set HISTMEM_HOSTPORT $key PORT $port