Description | This article describes how to create an automation stitch to be notified via email when a new Fortios is available for download. |
Scope | FortiGate v7.0.x, v7.2.x and v7.4.x. |
Solution |
To set up automated notifications for new firmware availability in FortiOS 7.2.x (or any other FortiOS version), follow these steps:
CLI:
config system automation-trigger edit "New Fortios Available" set event-type event-log set logid 32103 next end
config system automation-action edit "Email_Notification" set action-type email set email-to "my_company_email@gmail.com" set email-subject "%%log.logdesc%%" next end
config system automation-stitch edit "Fortios" set trigger "New Fortios Available" config actions edit 1 set action "Email_Notification" set required enable next end next end |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.