Skip to content
Snippets Groups Projects
Commit aa8d1fa9 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix monitoring port

parent 0d825b44
No related branches found
No related tags found
No related merge requests found
...@@ -41,9 +41,9 @@ start: ...@@ -41,9 +41,9 @@ start:
@tmux new-window -n doms -t ${SESSION_NAME} @tmux new-window -n doms -t ${SESSION_NAME}
@tmux split-window -v -t ${SESSION_NAME}:doms @tmux split-window -v -t ${SESSION_NAME}:doms
@tmux send-keys -t ${SESSION_NAME}:doms.1 \ @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 \ @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 @tmux select-layout even-vertical
@# Trigger rates @# Trigger rates
...@@ -51,7 +51,7 @@ start: ...@@ -51,7 +51,7 @@ start:
@tmux new-window -n trigger -t ${SESSION_NAME} @tmux new-window -n trigger -t ${SESSION_NAME}
@tmux split-window -v -t ${SESSION_NAME}:trigger @tmux split-window -v -t ${SESSION_NAME}:trigger
@tmux send-keys -t ${SESSION_NAME}:trigger.1 \ @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 @tmux select-layout even-vertical
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment