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.
nkojha
Staff
Staff
Article Id 195028

Description

 

This article describes how to configure email notifications for Forticare service expiry from FortiGate.

 

Scope

 

FortiGate.

Solution

 

Go to Security Fabric -> Automation, create New.

 
 
License Type 'Forticare Support' (or other options as needed could be selected from the drop-down).
Set Minimum interval (seconds), in what intervals the alerts and select 'OK'.
 
 


To receive an alert for all licenses, select the 'Any' option for License Type.

Image reference version 7.6.2.

 

kb1.png

 

Configuration from CLI :

 

config system automation-stitch
    edit "License Expired Notification"
        set description "Send a email notification when a license is near expiration."
        set trigger "License Expiry"   --> Name of the trigger when the license is about to expire.
            config actions
                edit 1
                    set action "Email Notification"    --> Name of the trigger to send an email alert.
                next
            end
    next
end