From aa8d1fa924fbdddef7e01c039a6e5715b62c5c53 Mon Sep 17 00:00:00 2001
From: Tamas Gal <himself@tamasgal.com>
Date: Thu, 22 Mar 2018 09:17:00 +0100
Subject: [PATCH] Fix monitoring port

---
 Makefile.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index aa238e7..76b5de2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -41,9 +41,9 @@ start:
 	@tmux new-window -n doms -t ${SESSION_NAME}
 	@tmux split-window -v -t ${SESSION_NAME}:doms
 	@tmux send-keys -t ${SESSION_NAME}:doms.1  \
-	    "python scripts/dom_activity.py -d ${DETECTOR_ID} -l ${DAQ_LIGIER_IP} -p ${DAQ_LIGIER_PORT}" Enter
+	    "python scripts/dom_activity.py -d ${DETECTOR_ID} -p ${MONITORING_LIGIER_PORT}" Enter
 	@tmux send-keys -t ${SESSION_NAME}:doms.2  \
-	    "python scripts/dom_rates.py -d ${DETECTOR_ID} -l ${DAQ_LIGIER_IP} -p ${DAQ_LIGIER_PORT}" Enter
+	    "python scripts/dom_rates.py -d ${DETECTOR_ID} -p ${MONITORING_LIGIER_PORT}" Enter
 	@tmux select-layout even-vertical
 
 	@# Trigger rates
@@ -51,7 +51,7 @@ start:
 	@tmux new-window -n trigger -t ${SESSION_NAME}
 	@tmux split-window -v -t ${SESSION_NAME}:trigger
 	@tmux send-keys -t ${SESSION_NAME}:trigger.1  \
-	    "python scripts/trigger_rates.py -l ${DAQ_LIGIER_IP} -p ${DAQ_LIGIER_PORT}" Enter
+	    "python scripts/trigger_rates.py -p ${MONITORING_LIGIER_PORT}" Enter
 	@tmux select-layout even-vertical
 
 
-- 
GitLab