SIEM, IPS, Server Monitoring, Uptime Monitoring and Compliance Software
Table of Contents

Email Actions

Email Actions enable you to receive email notification when executables such as monitors and reports start, trigger, complete, error and recover. You can also use email actions to received scheduled reports inline or as attachments.

To create an Email Action

  • From the Menu Bar select File | New. The Create New Object View displays.
  • Select Alerts and Actions. The New Action view displays.
  • Use the Name text box to specify a unique name.
  • From the Type drop-down select Email.
  • Use the Recipient options drop-down to:
    OptionDescription
    Email to host contacts and recipients belowSends emails to both assigned emails below and to all of the emails listed in the Host Contact Properties Tab.
    Email to host contactsOnly sends emails listed in the Host Contact Properties Tab and ignores the emails below.
    Email to recipients belowOnly sends emails to each assigned email below and ignores the emails listed in the Host Contact Properties Tab.
  • Use the Subject text box to specify the email subject. Use the Variable Button button to include variables such as the {HOST} or {LOG} the email pertains too. When assigning actions to templates that implement regular expression columns, you have the option of displaying the regular expression variable values in any of the available text boxes that include the variable tag button (e.g. The email subject line in email actions). In any action property that includes the variable button, insert your regular expression column key then replace the '<' and '>' with '{' and '}' respectively. For example, replace <TARGET_ACCOUNT_NAME> with {TARGET_ACCOUNT_NAME}.
  • Use the Type drop-down to:
    OptionDescription
    HTMLSend an HTML formatted email.
    TextSend a plain text formatted email.
    AttachmentSend an email with report content and trigger information as an attached file.

To send an HTML email

  • From the Type drop-down, select HTML.
  • Use the Override the default HTML template option to specify your own HTML template. If selected, use the Data table template control to select the .html file to use in-place of the default file:
    C:\Program Files\Corner Bowl\Server Manager 2022\HtmlTemplates\data-template.html
    Information If you prefer to exclude metadata from the header of each email, there is a tables only template called:
    C:\Program Files\Corner Bowl\Server Manager 2022\HtmlTemplates\data-tables-template.html
    Information When selecting the file, the Select File dialog returns the file system content relative to the server the service is running rather than relative to the file system the Management Console is running.
  • use the Include graphs checkbox to include historical graphs when applicable (e.g. CPU Load over Time).
  • use the Include timeline checkbox to include the timeline image (e.g. Ping Monitor Uptime).

To send a text email

  • From the Type drop-down, select Text.
  • Use the Message text box to specify the email body. Use the Variable Button button to include variables such as the {HOST} or {LOG} the email pertains too.

To attach report content as an attachment

  • From the Type drop-down, select Attachment.
  • From the File type drop-down select the file type to generate:
    File TypeDescription
    CSVExports report content to tables in a CSV file.
    HTMLExport report content to an HTML file using either the default or the assigned HTML template.
    PDFExports report content to an HTML file then converts the HTML file to a PDF file.
    TXTExports report content to a UTF-8 text file.
    Alert Large PDF reports may timeout or error with an out of memory exception.
  • Use the Compress to ZIP format option to compress the attached file.

Other options

  • Use the Compress and attached monitored files option when monitoring text-based log files and you want to attach the files that triggered this action.

How to optimize email action content for cell phones:

Many of the email notifications and reports contain multiple rows of data which require users to manually zoom and pan to review on their cell phones. Server Manager includes a sample email action that is optimized for cell phones called Send an Email (Cell Phone) which can be found in the Explorer View under the Actions/Email group.

If you open this sample action's properties view, you can see the default HTML Template (data-template.html) has been overridden with another installed HTML Template called data-rows-template.html. The default HTML Template includes a tag called {DATA_TABLES} where as the cell phone HTML Template has replaced this value with {DATA_ROWS}. When the {DATA_ROWS} tag is applied, each row in each table is converted to a single table with each column name and value converted to a single row in the table enabling any table to display properly on a cell phone.

Information If you prefer to send text-based emails, there is a cell phone optimized text-based email action called Send a Text-Based Email (Data Rows).
Sample Cell Phone Email Action Notification
Sample Cell Phone Email Action Notification

Related Topics

Actions

Email Settings

HTML and Email Template Settings