Skip to main content
nkojha
Staff
Staff
December 17, 2019

Technical Tip: Email notifications for FortiCare service expiry

  • December 17, 2019
  • 0 replies
  • 5852 views

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