FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
akamath
Staff
Staff
Article Id 193799
Description
This article describes how the repeated notification alert on the same event can be avoided by setting the minimum interval.

Solution
From GUI.

Enter a minimum time interval, in seconds, to do not receive repeated notifications for the same trigger occurrence.
When the minimum time interval expires, an alert will be sent with a compilation report of any events that occurred during the allotted interval period.


To set the minimum interval alert:

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




From CLI.
# config system automation-action
     edit <action-name>
         set minimum-interval <seconds>
     next
end


Contributors