Situation
# Config變更的時候寄信通知
Using email to inform admin when config is been changed.
Solution
[1]
Login FortiGate WebUI > Security Fabric > Automation
[2]
# (條件)如果log裡面出現configure被更改了
Trigger > FortiOS Event Log > Event > Attribute configured, Configuration changed, Object attribute configured
[3]
# (動作)就寄信
Action > Email > From "" > To "Your@Email" > Subject "%%logdesc%%" > Body "%%log%%"
[4]
# 設定Stitch語法整合Trigger跟Action