Notification Channels
  • 22 Aug 2023
  • 4 Minutes to read
  • Dark
    Light
  • PDF

Notification Channels

  • Dark
    Light
  • PDF

Article Summary

Overview

Preferred methods of communication have changed over the years—pagers, SMS, email, and now online messaging platforms like Webhook, Slack, Microsoft Teams etc. Today’s workforce is no longer in a single location but is distributed, making timely communication more challenging. Sending alerts to an email results in an alert going unnoticed for too long.
With monitoring being one of the core features of Atomic Scope, it is essential that the users get notified of their preferred method of communication. When the notification gets sent to the right place, it will be noticed quicker, resulting in a faster resolution.
To get started with notification channels, you will need to perform some basic configuration under the “Notification Channels” section inside "Settings."

Important

In Version 9.0, the notification channels have been revamped, and users who have upgraded from an earlier version have to create new channels and map them to the alerts.


Notification Channel Setup

On the Notification Channels page, click the Add Notification Channel button to go to the page where you can configure and set up a new Notification Channel.
You specify a name and a type and type-specific options to set up the notification channel. Atomic Scope ships with the following set of notification types:

  1. Webhook
  2. SMTP
  3. Slack
  4. PagerDuty
  5. Operations Management Suite (OMS)
  6. Microsoft Teams

Webhook

The webhook channel is a simple way to send notifications over HTTP to a custom endpoint. Atomic Scope allows you to easily connect to your services/applications using the webhook connector.
Once you've configured the URL, Atomic Scope can PUT/POST the notifications as a JSON/XML format to your webhook URL.

For additional information, the user can provide the default headers and Authorization credentials.

image.png

SMTP

In order to send email notifications, Simple Mail Transfer Protocol (SMTP) settings must be configured for the outgoing mail server and login account information must be configured. The following table provides descriptions of the configuration fields and indicates whether they are required. The section that follows this table provides example configurations.

Email Configuration

Field

Required

Description

Email To

Required

Email address of the notification recipients

Email From

Required

Email address of the notification sender

CC

Optional

Email address of the notification recipients

BCC

Optional

Email address of the notification recipients

Email Authentication

Field

Required

Description

SMTP Server Address

Required

Host address of your SMTP server

SMTP Port

Required

The port number that uses to connect to the SMTP server

SMTP SSL

Optional

Enable to use SSL for SMTP transaction

Anonymous Authentication

Optional

Authenticate without Username and password

SMTP Username

Required only if SMTP Authentication is true

Your username for the SMTP server

SMTP Password

Required only if SMTP Authentication is true

Your password for the SMTP server

Slack

Slack is a widely used cloud-based collaborative software. At its core, Slack is an instant messaging app that provides company-wide, and private channels, direct messaging, and notifications. If you and your team use Slack to communicate internally, you can receive important Atomic Scope notifications in the Slack channel of your choice. The first step is to get your Webhook URL from the Slack app. Once you connect your Slack team to Atomic Scope, you can easily add a webhook that pushes Atomic Scope notifications directly to any Slack channel.

This allows you to fit Atomic Scope notifications in a place you know your team is checking all day, making it even easier to monitor what’s going on within your integration scenario.

PagerDuty

PagerDuty is an operations management platform that integrates with ITOps and DevOps monitoring stacks to improve operational reliability and agility. From enriching and aggregating events to correlating them into actionable incidents, PagerDuty provides insights so you can intelligently respond to critical violations. To use this channel you need a PagerDuty account, if you don’t have one yet you can sing up at PagerDuty.com. Once you have your PagerDuty credentials available (account, password and Integration Key) you can begin your configuration

Operations Management Suite (OMS)

For many cloud and hybrid users, Operations Management Suite (OMS) became the main point of monitoring and analyzing data. By integrating Atomic Scope with OMS, you will be able to view all of the Atomic Scope notifications without leaving the OMS portal. To connect OMS with Atomic Scope, you will need to specify details like log type, workspace ID, and Shared key.

Currently, the log type supports only alpha characters. It does not support numeric or special characters.


Microsoft Teams

Microsoft Teams is another instant messaging app like Slack that allows users with an Office 365 account to easily collaborate and schedule meetings across your organization. If your team uses Teams to communicate, then you can easily create an incoming webhook for one of your existing channels or for a new channel.


Offline SMTP Channel

First, we need to ensure that Atomic Scope has all the information it needs to be able to send email alerts to your mailbox. Head over to the settings page of Atomic Scope and then navigate to Application Settings.
Below the SMTP Settings section, toggle “Enable SMTP”, which should show you the below fields.

  1. From-email address- this will be used as your sender email address, preferably you should create Atomic Scope specific email address in your SMTP domain e.g : atomicscope@contoso.com.
  2. Host – here enter the SMTP IP or hostname that will be used for the transaction. This can be your own private SMTP server or a public one such as Gmail “smtp.gmail.com”.
  3. Port – Enter the port number that is being used by your SMTP host for the transaction for Gmail TLS it is 587.
  4. Enable SSL – By triggering this, we ensure that the SMTP transaction uses SSL.
  5. Use Default Credentials – If you are using your own private SMTP host and authentication happens using the windows credentials, you can enable that feature to authenticate using the currently logged in user.
  6. Username & Password – If you did not select to use default credentials, you will need to provide login and password details that will be used to authenticate against the host. The password will be encrypted and stored in our database, however, it is still recommended that you have Atomic Scope specific account.

image.png



Was this article helpful?