diff --git a/src/service/resources/TICKscript/deadman-template.tick b/src/service/resources/TICKscript/deadman-template.tick index 23a3f9b80917b7e792dbba94f0120463917d0a84..2392b7716a3ee60acbaaaef4e6319e13b35f1bf2 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 7ca1095fa06ec9fa870fa6091a1f90bfb764bbd8..c9d47bd34807abfc27b7a8080ac6e37c2906e535 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 8597eee8e500a08367bf488d3aaa66d982d59b69..5518814f5a4c652fdf9c6b70496de486261a5678 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