Fortinet black logo

Online Help

Notifications

Copy Link
Copy Doc ID e4328cd7-f48b-11eb-97f7-00505692583a:374010

Notifications

Notification informs users alerts triggered by policy violation, compliance/c-level reports generation, or any critical system notificaiton.

To access Notification, go to Admin > Notification.

Email Notification

Follow these steps to receive e-mail notification:

  1. Go to Admin > Notifications.
  2. Click on Email Notification Receiver tab.
  3. Click on Email Receivers field and select a previously stored e-mail address.
  4. To add an additional email, input another e-mail next to and field.
  5. Click to select/unselect notification types: Alert/ Report/ System Information.
  6. Click Save to complete e-mail notification setup.

SQS Notification

Before setting up SQS notification, following Amazon SQS guide to create a new queue:

https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-getting-started.html.

Grant SendMessage and SendMessageBatch rights to the Role that was added to FORTICWP:

{

"Version": "2012-10-17",

"Statement": [

{

"Sid": "VisualEditor0", "Effect": "Allow", "Action": [

"sqs:SendMessageBatch",

"sqs:SendMessage"

],

"Resource": "*"// here you can modify it to a specific Queue Arn

}

]

}

After setting up a new queue, find and copy the SQS URL and region from the SQS details.

Now go back to FortiCWP, and follow these steps to setup SQS notification.

  1. Go to Admin > Notifications.
  2. Click on SQS Notification Receiver tab.
  3. Click on the AWS account drop down menu to select the AWS account.
  4. Enter the SQS URL from the SQS details of the new queue you setup earlier.
  5. Select the AWS Region from the SQS details of the new queue you setup earlier.
  6. Click Save to complete setting up SQS notification.

SNS Notification

Follow the Amazon guideline at https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html to create an Amazon SNS topic.

Grant the publish right to the Role which was added to FortiCWP:

{

"Version": "2012-10-17",

"Statement": [

{

"Sid": "VisualEditor0",

"Effect": "Allow", "Action": "sns:Publish",

"Resource": "*" // here you can modify it to a specific SNS Topic Arn

}

]

}

After setting up the SNS topic, go to the SNS topic details and copy the SNS topic ARN and region for use later.

Now go back to FortiCWP, and follow these steps to setup SNS notification.

  1. Go to Admin > Notifications.
  2. Click on SNS Notification Receiver tab.
  3. Click and select the AWS account that you want to receive SNS notification.
  4. Enter the SNS ARN from the SNS details of the SNS topic you setup earlier.
  5. Select the AWS Region from the SNS details of the new SNS topic you setup earlier.
  6. Click Save to complete setting up SNS notification.

Notifications

Notification informs users alerts triggered by policy violation, compliance/c-level reports generation, or any critical system notificaiton.

To access Notification, go to Admin > Notification.

Email Notification

Follow these steps to receive e-mail notification:

  1. Go to Admin > Notifications.
  2. Click on Email Notification Receiver tab.
  3. Click on Email Receivers field and select a previously stored e-mail address.
  4. To add an additional email, input another e-mail next to and field.
  5. Click to select/unselect notification types: Alert/ Report/ System Information.
  6. Click Save to complete e-mail notification setup.

SQS Notification

Before setting up SQS notification, following Amazon SQS guide to create a new queue:

https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-getting-started.html.

Grant SendMessage and SendMessageBatch rights to the Role that was added to FORTICWP:

{

"Version": "2012-10-17",

"Statement": [

{

"Sid": "VisualEditor0", "Effect": "Allow", "Action": [

"sqs:SendMessageBatch",

"sqs:SendMessage"

],

"Resource": "*"// here you can modify it to a specific Queue Arn

}

]

}

After setting up a new queue, find and copy the SQS URL and region from the SQS details.

Now go back to FortiCWP, and follow these steps to setup SQS notification.

  1. Go to Admin > Notifications.
  2. Click on SQS Notification Receiver tab.
  3. Click on the AWS account drop down menu to select the AWS account.
  4. Enter the SQS URL from the SQS details of the new queue you setup earlier.
  5. Select the AWS Region from the SQS details of the new queue you setup earlier.
  6. Click Save to complete setting up SQS notification.

SNS Notification

Follow the Amazon guideline at https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html to create an Amazon SNS topic.

Grant the publish right to the Role which was added to FortiCWP:

{

"Version": "2012-10-17",

"Statement": [

{

"Sid": "VisualEditor0",

"Effect": "Allow", "Action": "sns:Publish",

"Resource": "*" // here you can modify it to a specific SNS Topic Arn

}

]

}

After setting up the SNS topic, go to the SNS topic details and copy the SNS topic ARN and region for use later.

Now go back to FortiCWP, and follow these steps to setup SNS notification.

  1. Go to Admin > Notifications.
  2. Click on SNS Notification Receiver tab.
  3. Click and select the AWS account that you want to receive SNS notification.
  4. Enter the SNS ARN from the SNS details of the SNS topic you setup earlier.
  5. Select the AWS Region from the SNS details of the new SNS topic you setup earlier.
  6. Click Save to complete setting up SNS notification.