From 7be5d2f3263550540ae533c5af5dc57e86e999d3 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Wed, 1 May 2013 07:40:43 +1000 Subject: [PATCH] Set correct IP address for Pelican beam monitors. --- site_ansto/instrument/pelican/hostport_config.tcl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site_ansto/instrument/pelican/hostport_config.tcl b/site_ansto/instrument/pelican/hostport_config.tcl index 76afb453..2fbb2536 100644 --- a/site_ansto/instrument/pelican/hostport_config.tcl +++ b/site_ansto/instrument/pelican/hostport_config.tcl @@ -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