From fb734ca12183c2d464e5637d1041a99dd5afef6f Mon Sep 17 00:00:00 2001
From: Tamas Gal <himself@tamasgal.com>
Date: Thu, 22 Mar 2018 12:35:58 +0100
Subject: [PATCH] Add pmt rates monitoring

---
 Makefile.in | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Makefile.in b/Makefile.in
index 76b5de2..3f59c71 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -46,6 +46,16 @@ start:
 	    "python scripts/dom_rates.py -d ${DETECTOR_ID} -p ${MONITORING_LIGIER_PORT}" Enter
 	@tmux select-layout even-vertical
 
+	@# PMT rates and HRV
+	@#
+	@tmux new-window -n doms -t ${SESSION_NAME}
+	@tmux split-window -v -t ${SESSION_NAME}:pmts
+	@tmux send-keys -t ${SESSION_NAME}:pmts.1  \
+	    "python scripts/pmt_rates.py -d ${DETECTOR_ID} -p ${MONITORING_LIGIER_PORT} -i 20 -d 1" Enter
+	@tmux send-keys -t ${SESSION_NAME}:pmts.2  \
+	    "echo nothing to see here" Enter
+	@tmux select-layout even-vertical
+
 	@# Trigger rates
 	@#
 	@tmux new-window -n trigger -t ${SESSION_NAME}
-- 
GitLab