Download This Guide
Related Documentation
Creating SD-WAN Alert Definitions
You can use the Create SD-WAN Alert Definition page to create an alert definition for SD-WAN that consists of data criteria for triggering alerts about issues in the SD-WAN environment. In the alert definition, you can also define the necessary action that is required to resolve issues based on the severity of the alert.
To create an SD-WAN alert definition:
- Click the add icon (+) on the Monitor > Alarms & Alerts >
SD-WAN Alert Definitions page in Administration Portal.
The Create SD-WAN Alert Definition page appears.
- Enter the alert definition configuration according to the guidelines provided in Table 1.
- Click OK to create the alert definition.
Alternatively, if you want to discard your changes, click Cancel instead.
Table 1 describes the fields on the Create SD-WAN Alert Definition page.
Table 1: Fields on the Create SD-WAN Alert Definition Page
Field | Guidelines |
---|---|
Alert Name | Enter the name of the alert definition. Enter a unique string of alphanumeric characters and some special characters (. -). No spaces are allowed, and the maximum length is 256 characters. |
Alert Description | Enter a description for the alert definition; maximum length is 512 characters. |
Priority | Enter the priority for the alert definition. A value of 1 indicates highest priority. |
Filter | Select the matching severity criteria to trigger an alert. You can match severity, alert type, or object types. You can select one of the following options:
|
Action | Select the action to be performed to resolve issues based on the severity of the alert. You can select one of the following actions:
|
Context | Enter a set of additional configuration parameters for the external RabbitMQ broker. The configuration parameters include the RabbitMQ broker IP address, port number, the exchange name and type, and the username and password. The parameters must be entered in JSON format. The additional parameters are passed as arguments to the action function when the selected action is Alert Action Send to Rmq. Example: { “broker_ip”: “192.0.2.0”, “broker_port”: “5672”, “exchange_name”: “external_alert_exchange”, “exchange_type”: “topic”, “user”: “user-name”, “password”: “password” } |