VPN Statistics Alert
The VPN Statistics Alert triggers when recorded statistics on VPN or Radius messages match relative or absolute criteria. For example, an alert can be configured to trigger when the Number of Bytes Received per day for a specific user exceeds, say, 1 Mb per day, which is an absolute value. The alert rule could also be configured as a relative rule, for example “grows by 10%.”
Request Parameters
VPNUser, VPNGroup, VPNIP, Statistic, MatchCount, PerTimeUnit, MeasureBy, ChangeAs, ChangeValue
Example
Example of VPN Statistics Alert:
<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>VPN Statistics Alert</aler:alertTypeName> <!--Optional:--> <aler:name>Alert30</aler:name> <!--Optional:--> <aler:desc>VPN Statistics Alert - user alert</aler:desc> <!--Optional:--> <aler:priorityName>high</aler:priorityName> <!--Optional:--> <aler:enabled>no</aler:enabled> <!--Optional:--> <aler:deviceNames>All Cisco VPN 3000</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>VPNUser/ddd//VPNGroup/dddddd//VPNIP/null//Statistic/number of connections//PerTimeUnit/minute//ChangeAs/drops by//ChangeValue/4000.0//MeasureBy/1//MatchCount/0</aler:alertRules> <!--Optional:--> <aler:snmpOId></aler:snmpOId> </aler:createAlert> </soapenv:Body> </soapenv:Envelope>
The following table lists the VPN Statistics Alert-specific parameters. You must include the parameters as inputs for the alertRules parameter.
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.