Adaptive Baseline Alert
With Adaptive Baseline Alert you would be notified if message rates fall above or below your average baseline range for a specified day and time of the week.
Example
Adaptive Baseline Alert with the request parameters FewerThan and MoreThan:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:aler="AlertService"> <soapenv:Header/> <soapenv:Body> <aler:createAlert> <!--Optional:--> <aler:authToken>admin/admin123</aler:authToken> <!--Optional:--> <aler:alertTypeName>Adaptive Baseline Alert</aler:alertTypeName> <!--Optional:--> <aler:name>Alert1</aler:name> <!--Optional:--> <aler:desc>Adaptive Baseline Alert - user alert</aler:desc> <!--Optional:--> <aler:priorityName>high</aler:priorityName> <!--Optional:--> <aler:enabled>yes</aler:enabled> <!--Optional:--> <aler:deviceNames>All Other Unix</aler:deviceNames> <!--Optional:--> <aler:usernames>admin</aler:usernames> <!--Optional:--> <aler:trapIds></aler:trapIds> <!--Optional:--> <aler:resetTime>900</aler:resetTime> <!--Optional:--> <aler:trackIndividualDevice>yes</aler:trackIndividualDevice> <!--Optional:--> <aler:alertRules>FewerThan/10//MoreThan/20</aler:alertRules> <!--Optional:--> <aler:snmpOId></aler:snmpOId> </aler:createAlert> </soapenv:Body> </soapenv:Envelope>
The following table lists the Adaptive Baseline Alert-specific parameters. You must include the parameters as inputs for the alertRules parameter.
Parameter | Description | Values | Required | Type |
---|---|---|---|---|
FewerThan | Minimum percentage of messages that must be received within a time period (TimeSpan parameter) before an alert is generated. If the number of messages drops below the FewerThan value, an alert is generated.
The FewerThan and MoreThan parameters make up the alert range. |
Any positive integer between 0 and 100.
The FewerThan value must be greater than the MoreThan value. |
yes | int |
MoreThan | Maximum percentage of messages that must be received within a time period (TimeSpan parameter) before an alert is generated. If the number of messages exceeds the MoreThan value, an alert is generated.
The FewerThan and MoreThan parameters make up the alert range. |
Any positive integer between 1 and 100.
The MoreThan value must be less than the FewerThan value. |
yes | int |
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.