How to configure Edge SWG (ProxySG) to notify you when an event occurs
search cancel

How to configure Edge SWG (ProxySG) to notify you when an event occurs

book

Article ID: 167677

calendar_today

Updated On:

Products

ProxySG Software - SGOS

Issue/Introduction

You want the Edge SWG (ProxySG) to notify you when an event occurs
Event notification
How do I enable email notification from the Edge SWG (ProxySG)?
How does the Edge SWG (ProxySG)send event log notifications via email using SMTP?

Resolution

The Edge SWG (ProxySG) can send event notifications to Internet email addresses using SMTP. 

To configure event notifications using the New Management Console:

  1. Go to Administration  > Logging > Event Logging > SMTP Settings.
  2. Enter either the SMTP gateway hostname or IP for you mail server.
  3. Insert "From" field necessary for some SMTP servers to construct a proper email header.
  4. Click "+Add Recipient" to add a multiple recipients email addresses.
  5. Click Save.

 

To configure event notifications using the Management Console (Java console):

  1. Go to Maintenance > Event Logging > Mail
  2. Click New to add a new email address; then click Ok
  3. Enter either the SMTP gateway hostname or IP for you mail server
  4. Click Apply

 

To configure event notifications using the CLI, enter the following commands:

SGOS>enable
Enable Password:
SGOS#config t
SGOS#(config)event-log
SGOS#(config event-log)mail smtp-gateway gateway
SGOS#(config event-log)mail add recipient@url
SGOS#(config event-log)exit