WiLine SD-WAN
Skip to main content

Set Up Alerts and Notifications

In the SD-WAN Portal, you can configure different types of alerts to monitor network status. These alerts notify you of critical events, ensuring you stay informed in real-time:

  • Node Alerts: Notify you when a node goes online or offline.
  • EVC Status Alerts: Notify you when the EVC status changes (Up/Down).
  • Interface Alerts: Notify you when the status of a network interface (LAN or WAN) changes.

WiLine SD-WAN WiLine SD-WAN

Set Up Node Alerts​

A node is a connection point in your network that enables communication between devices or systems. Nodes can be routers, switches, or any other network-enabled device.

To Set Up a Node Alert​

  1. Log in to the SD-WAN Portal.

  2. Navigate to Services Settings > Alerts & Notifications.

  3. Expand the Node Status section to enable status notifications.

  4. Enable notifications for when Node Up and/or Node Down occur.

  5. Set the Hold Down Time for the alert in minutes (e.g., 5).

    Set Up Node Alert
    Figure 1: Node Status Alert Configuration.

  6. Click SAVE to apply your configuration.

Mute Specific Nodes from Alerts​

If you wish to exclude certain nodes from sending alerts, you can easily mute them:

  1. Under Alert Configuration, expand the Mute Nodes section.
  2. Click the dropdown menu and select the nodes you want to exclude from sending alerts.
  3. After selecting the nodes, click SAVE to apply the changes.

Mute Nodes
Figure 2: Selecting nodes to be excluded from alerts.

This allows you to fine-tune your alert system and mute notifications for specific locations or nodes, ensuring that only relevant alerts are received.

info

Understanding Node Alerts:

  • Node Up: Triggers when a previously offline node becomes operational.
  • Node Down: Triggers when a node goes offline or unresponsive.

Set Up EVC Status Alerts​

An Ethernet Virtual Connection (EVC) links different locations over an Ethernet-based network. It enables efficient data transfer and communication between these points.

To Set Up an EVC Status Alert​

  1. Log in to the SD-WAN Portal.

  2. Navigate to Services Settings > Alerts & Notifications.

  3. Expand the EVC Status section to enable status notifications.

  4. Enable notifications for when EVC Up and/or EVC Down occur.

  5. Set the Hold Down Time for the alert in minutes (e.g., 5).

    Set Up EVC Alert
    Figure 3: EVC Alert Configuration.

  6. Click SAVE to apply your configuration.

Once your EVC Alert is set up, your alert will look like this:

EVC Alert By Email
Figure 4: Example of an EVC Status Alert Notification by Email.

info

Understanding EVC Alerts:

  • EVC Up: Indicates the connection is active and functioning.
  • EVC Down: Indicates the connection is inactive or facing issues.

Set Up Interface Status Alerts​

A network interface connects your device or system to a network. Common types include:

  • LAN (Local Area Network): Covers small areas like homes or offices.
  • WAN (Wide Area Network): Connects multiple LANs across larger distances.

To Set Up an Interface Status Alert​

  1. Log in to the SD-WAN Portal.

  2. Navigate to Services Settings > Alerts & Notifications.

  3. Expand the Interface Status section.

  4. Enable notifications for:

    • LAN Up/Down: Alerts when the local connection status changes.
    • WAN Up/Down: Alerts when the wide-area connection status changes.
  5. Set the Hold Down Time for the alert in minutes (e.g., 5).

    Interface Alert Configuration
    Figure 5: Interface Alert Configuration.

  6. Click SAVE to apply your configuration.


Configure Notification Receivers​

To set up receivers for an alert:

  1. Under Notification Configuration, expand the Notification Receivers section.

  2. Enter one of the following receiver details in the corresponding fields.

    • Email Address: Enter a valid email address.
    • Phone Number: Enter a phone number with 4 to 18 digits, starting with the country code (e.g., +10123456789).
    • Webhook: Provide the webhook URL (details are described below).
  3. Toggle the desired notification type (Email | SMS | Webhook).

  4. Click SAVE to apply your configuration.

    Notification Receiver Configuration
    Figure 6: Notification Receiver Configuration.

  5. To edit an existing configuration, click EDIT under Actions.

  6. To add a new notification type, click ADD.

note

When configuring a phone number and enabling SMS, an important pop-up will appear:

Notification Receiver Configuration
Figure 6: SMS notification pop-up.

The message in the pop-up informs users that SMS alerts may be subject to applicable rates. To opt out, users can text STOP. For support, text HELP. If you agree, simply click CONTINUE

Webhook Configuration​

What is a Webhook?​

A webhook allows applications to send data via HTTP requests to other systems in real-time, triggering actions based on specific events such as alerts or status changes. In the SD-WAN Portal, webhooks facilitate integration with platforms like Zabbix, PagerDuty, Slack, Telegram, or RocketChat, delivering real-time notifications for node, EVC, and interface alerts.

To Configure a Webhook​

  1. Click CONFIGURE... under the Webhook section. A pop-up will appear.

    Webhook Configuration
    Figure 7: Configuring a Webhook.

  2. Enter the Webhook URL. Read more on how to generate a Webhook URL here.

  3. Optionally, provide an Authorization Token for secure access.

  4. Click TEST to verify functionality.

Important: Before entering the Webhook URL, ensure your webhook includes the following fields based on the alert type you are configuring:

{
"alert_type": "Alert Type",
"target_type": "Target Type",
"target_name": "Target Name",
"customer_name": "Customer Name",
"service_name": "Service Name",
"service_description": "Service Description",
"last_seen": "0000-00-00 00:00:00",
"secondary_last_seen": "0000-00-00 00:00:00",
"alert_triggered_time": "0000-00-00 00:00:00"
}

Here are some examples to help you understand the details needed for each alert:

FieldDescription
alert_typeSpecifies the type of alert triggered (e.g., "Node Up", "EVC Down", "Interface LAN Down", etc.).
target_typeThe resource type affected (e.g., "Node", "EVC", or "Interface".
target_nameThe specific resource affected (e.g., "Branch-Router", "ISP-WAN1", etc.).
customer_nameThe name of the customer associated with the affected resource.
service_nameThe service related to the alert (e.g., "Internet" or "EVC").
service_descriptionA detailed description of the service affected.
last_seenThe timestamp of the last status update before the alert was triggered.
secondary_last_seenAn additional timestamp for tracking previous status updates (if applicable).
alert_triggered_timeThe exact timestamp when the alert was triggered.

Webhook Successful Response
Figure 8: Webhook Test Response.

Once the test is successful, click SAVE to finalize your webhook configuration.

info

The SAVE button will only be enabled after successful testing to ensure proper setup.

By integrating the SD-WAN Portal using webhooks, you can ensure timely notifications via the tools your team uses most, improving response times and decision-making.


By following these steps, you can effectively set up alerts and notifications in the SD-WAN Portal, ensuring prompt awareness of network status changes and critical events.