From fc272d8354acbe2b9975b8ab3c4660d6f213aadb Mon Sep 17 00:00:00 2001
From: Nikolay Stanchev <ns17@it-innovation.soton.ac.uk>
Date: Thu, 23 Aug 2018 15:45:03 +0100
Subject: [PATCH] Updates TICK script templates - disables recovery messages

---
 src/service/resources/TICKscript/deadman-template.tick   | 1 +
 src/service/resources/TICKscript/relative-template.tick  | 3 ++-
 src/service/resources/TICKscript/threshold-template.tick | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/service/resources/TICKscript/deadman-template.tick b/src/service/resources/TICKscript/deadman-template.tick
index 23a3f9b..2392b77 100644
--- a/src/service/resources/TICKscript/deadman-template.tick
+++ b/src/service/resources/TICKscript/deadman-template.tick
@@ -26,3 +26,4 @@ stream
         .details('db=' + db + ',measurement=' + measurement)
         .message(messageValue)
         .topic(topicID)
+        .noRecoveries()
\ No newline at end of file
diff --git a/src/service/resources/TICKscript/relative-template.tick b/src/service/resources/TICKscript/relative-template.tick
index 7ca1095..c9d47bd 100644
--- a/src/service/resources/TICKscript/relative-template.tick
+++ b/src/service/resources/TICKscript/relative-template.tick
@@ -42,4 +42,5 @@ past
         .details('db=' + db + ',measurement=' + measurement)
         .crit(comparisonLambda)
         .message(messageValue)
-        .topic(topicID)
\ No newline at end of file
+        .topic(topicID)
+        .noRecoveries()
\ No newline at end of file
diff --git a/src/service/resources/TICKscript/threshold-template.tick b/src/service/resources/TICKscript/threshold-template.tick
index 8597eee..5518814 100644
--- a/src/service/resources/TICKscript/threshold-template.tick
+++ b/src/service/resources/TICKscript/threshold-template.tick
@@ -29,3 +29,4 @@ batch
         .crit(comparisonLambda)
         .message(messageValue)
         .topic(topicID)
+        .noRecoveries()
\ No newline at end of file
-- 
GitLab