Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
wanzu
New Contributor

Custom Email Notifications

Hello Team

Am inquiring if any user has been able to set custom  email notifications for the fortinac like  Authentication failures or a connected device  instead of using the default email .

#Fortinac Email notifications

1 Solution
ebilcari

There is a link on the previous reply referring to this article, you can also check this one.

- Emirjon
If you have found a solution, please like and accept it to make it easily accessible for others.

View solution in original post

12 REPLIES 12
ebilcari

Firstly you need to create a 'Mappings' to tie the event and the call of the custom script. The script can parse the event data, modify the content and than send the email. I will try to create a specific script and maybe publish it as an article in the next days.

 

send custom script.PNG

- Emirjon
If you have found a solution, please like and accept it to make it easily accessible for others.
wanzu
New Contributor

Hello @ebilcari , two more questions

1. Where are the generated alarms stored( physical location of the alarms log),

2. Wrote a custom script (tested sending email is working fine when an alert is generated) but i have no where to get the alarms details that must be sent to email.

Attached a sample of generated alarm.

 

AlarmSample.PNG

Configuration.PNG

 

ebilcari

The message content is sent as a variable (string) to the script when it is called. I tested with a bash script and collected the information with:

event=$1

- Emirjon
If you have found a solution, please like and accept it to make it easily accessible for others.
Announcements
Check out our Community Chatter Blog! Click here to get involved
Labels
Top Kudoed Authors