Skip to content
Snippets Groups Projects
Commit 2d320246 authored by Nikolay Stanchev's avatar Nikolay Stanchev
Browse files

Updates TICK script templates to only trigger alerts on state change

parent a372a96d
No related branches found
No related tags found
No related merge requests found
......@@ -34,4 +34,5 @@ stream
.details('db=' + db + ',sfc=' + sfc + ',sfci=' + sfci + ',policy=' + policy)
.message(messageValue)
.topic(topicID)
.noRecoveries()
\ No newline at end of file
.noRecoveries()
.stateChangesOnly()
\ No newline at end of file
......@@ -52,4 +52,5 @@ past
.crit(comparisonLambda)
.message(messageValue)
.topic(topicID)
.noRecoveries()
\ No newline at end of file
.noRecoveries()
.stateChangesOnly()
\ No newline at end of file
......@@ -36,4 +36,5 @@ batch
.crit(comparisonLambda)
.message(messageValue)
.topic(topicID)
.noRecoveries()
\ No newline at end of file
.noRecoveries()
.stateChangesOnly()
\ No newline at end of file
......@@ -34,3 +34,4 @@ stream
.message(messageValue)
.topic(topicID)
.noRecoveries()
.stateChangesOnly()
\ No newline at end of file
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