Skip to main content
akamath
Staff
Staff
August 30, 2020

Technical Tip: Avoid the repeat notification in automation stitch

  • August 30, 2020
  • 1 reply
  • 2964 views

Description

 

This article describes how the repeated notification alert on the same event can be avoided by setting the minimum interval.

Solution


From the GUI:

Enter a minimum time interval, in seconds, to not receive repeated notifications for the same trigger occurrence.
When the minimum time interval expires, an alert will be sent the next time the event is triggered
.

To set the minimum interval alert:

Go to Dashboard -> Security Fabric -> Automation, select 'Create New', and set 'Minimum Interval'.



 

From the CLI:

 

config system automation-action
     edit <action-name>
         set minimum-interval <seconds>
     next
end

 

1 reply

New Member
June 9, 2026

.