Hello,
I have configured an automation stitch that, each 1 hour it flushes IPSEC tunnel
(((config system automation-trigger
edit "Restart_script"
set trigger-type scheduled
set trigger-hour 1
next
end
config system automation-action
edit "Restart_script"
set action-type cli-script
set script "diagnose vpn tunnel flush VPN_****"
set accprofile "super_admin"
next
end )))
But the stitch not working! It's supposed to get triggered each one hour, but the trigger count is 0.
Is anybody familiar with it?
help me please.
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
Can you add the trigger frequency "set trigger-frequency hourly" and check?
config system automation-trigger
edit "Restart_script"
set trigger-type scheduled
set trigger-frequency hourly
set trigger-hour 1
next
end
Hi @techcookie ,
Once you configure "set trigger-frequency hourly" under automation-trigger , you can verify next trigger timestamp using below command.
#dia test application autod 3
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1713 | |
1093 | |
752 | |
447 | |
231 |
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.