help with fortigate automation

Posted by Sa77if@reddit | sysadmin | View on Reddit | 3 comments

I am trying to set automation to send email whenever WAN link is down

The email notification is fixed, I tested it with failed admin login and I received the email successfully

this is my automation for network down:
Trigger:

FortiOS Event Log

event: Interface link status changed

field: status, value: down

Action: i used the same email notification used in admin login 

I can see the log when interface changes as follows:

Log Description Interface status changed
Action interface-stat-change
Status DOWN

Security Level Warning Event Message

Link monitor: Interface port1 was turned down 

and no email sent !

Thanks in advanced