IBM© DataPower Operations Dashboard v1.0.5.0

A newer version of this product documentation is available.

You are viewing an older version. View latest at IBM DPOD Documentation.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The Setup Alerts page shows details about existing system alerts, and lets you edit them  and define new alerts.

Click on "Add Alert" to create a new alert.
Click on the alert name to edit it. 

ColumnDescription
EnabledShows whether or not the alert will be scheduled to run (this is a read only field, you can change by editing the alert
NameThe alert's name, click on the name to edit the alert
DescriptionA description of the alert (displays the value of the "Query Value" field of the alert)
ScheduleWhen the alert will be scheduled (if the alert is not enabled the alert will not be scheduled)
Recipientssyslog and/or the email addresses of the recipients


Alert Details page

The alert details page contains two sections:

The top part displays the following fields:

FieldDescription
ScheduleWhen the alert will be scheduled (if the alert is not enabled the alert will not be scheduled)
DescriptionA description of the alert (displays the value of the "Query Value" field of the alert)
REST URLThe URL to run the alert via REST
Recipientssyslog and/or the email addresses of the recipients


The lower part of the screen displays the results of the recent 20 executions of the alert

FieldDescription
Executing User

SCHEDULER - if the alert was scheduled

REST - if the alert was run via the REST API

user name - if a user tested the alert by pressing the "Test" button

StatusThe execution status
Status TimeTimestamp when the status was set
MessageHow many alerts were generated (or an error message)


Add / Edit Alert

The first section contains details about the execution of the alert

FieldDescription
EnabledWhether or not the alert will be scheduled
NameThe Alert's name
ScheduleWhen the alert will be scheduled, the format is identical to the one used to schedule reports
DestinationSpecify whether will write a syslog record, send an email, or send an email via webservice
Recipientsif the destination is Email or Email WS - this field will contain the list of recipients


The Alert Details section contains information about how the alert's query will be evaluated

FieldDescription
Type

DPOD supports three types of alerts:

Frequency - The condition will be met if there were X events in the checked time (for example, more than 5 system errors occurred in the last 10 minutes)
Flatline - The condition will be met if there is a value above a certain threshold (for example, Device CPU is above 80%)
Any - The condition will be met if any results are returned for the query (for example, a DataPower object is down)

Query Value

Free text, describes the results returned by the alert's query

Press on the "Details" button to view the Alert Query

Index Sets(Hidden by default) Which ElasticSearch index sets will be queried
Document Types(Hidden by default) Which ElasticSearch document types will be queried
Query (JSON)(Hidden by default) An ElasticSearch query
Query PeriodThe time frame for the alert's query
OperatorOperator for the alert's query
ThresholdThe value to compare the query's result to


The Alert Filters section lets you specify additional criteria for the alert's query 

FieldDescription
DeviceWhich DataPower devices the alert's query should check
DomainWhich DataPower domains the alert's query should check
ServiceWhich DataPower services the alert's query should check
  • No labels