# Real Time Monitoring identities (separated by comma)
GLITE_LB_RTM_DN='/C=UK/O=eScience/OU=Imperial/L=Physics/CN=heppc24.hep.ph.ic.ac.uk/Email=janusz.martyniak@imperial.ac.uk'
# MSG publish
-#GLITE_LB_MSG_BROKER=dev.msg.cern.ch:6166
+GLITE_LB_MSG_BROKER='tcp://egi-1.msg.cern.ch:6166'
#
# additional options
EOF
# MSG publish
- if [ ! -z "$GLITE_LB_MSG_BROKER" ]; then
+ if [ "$GLITE_LB_MSG_BROKER" = 'false' ]; then
+ rm -f "$GLITE_LB_LOCATION_ETC/glite-lb/msg.conf"
+ else
cat > "$GLITE_LB_LOCATION_ETC/glite-lb/msg.conf" <<EOF
# automatically generated by yaim
[interlogd]
plugin = activemq_cpp_plugin.so
[msg]
-broker = tcp://$GLITE_LB_MSG_BROKER
+broker = $GLITE_LB_MSG_BROKER
EOF
fi