Alarms 编辑

The alarms sub-section of the operations section has a similar structure and the same attributes as in the analytics sub-section. The only difference is in the properties attribute. For a list of all the attributes (other than the properties attribute), see Analytics.

The following properties are available in an alarms sub-section:

AttributeDescriptionMandatory
targetAn expression that evaluates to the name of a virtual server, configured on the Citrix ADC, for which alarms are configured.Yes
email-profileName of an email profile that is defined in the Citrix ADM Analytics feature and contains a list of email addresses that you want to notify when the alarm is triggered.No (either an email-profile or an sms-profile must be defined)
sms-profileName of an SMS profile that is defined in the Citrix ADM Analytics feature and contains a list of phone numbers that you want to notify when the alarm is triggered.No (either an email-profile or an sms-profile must be defined)
rulesA list of rules that define the conditions that would trigger an alarm for the virtual server defined by the target property.Yes
metricAn attribute of rule. The name of a metric you want to track pertaining to the Citrix ADC virtual server.Yes
operatorAn attribute of rule. The operator to use to compare the metric to the value. Valid operators are “greaterthan” and “lessthan.”Yes
valueAn attribute of rule. The threshold value that the metric is compared to by using the operator. If the metric value exceeds this threshold, the associated alarms are triggered.Yes
period-unitAn attribute of a rule. The frequency at which to alert users if the alarm rule is met. This can contain the value day, hour, or weekly. This means that if the rule is met, an alarm will be sent once a period-unit (for example, once a day).Yes

The following table provides a list of metrics that are tracked pertaining to the Citrix ADC virtual server.

CountersDescriptionDetailed DesriptionCitrix ADM Calculation 
 For a VPN virtual server:   
total_requestsTotal VPN Session Launch CountTotal number of active sessions on this VPN virtual server started during a time interval specified by the user.Monotonically increasing counter, incremented on each new session launch 
 app_countVPN App Launch CountTotal number of unique VPN applications on this VPN virtual server launched during a time interval specified by the user.Monotonically increasing counter on each new application launch
 app_launch_durationVPN App Launch DurationAverage time taken to launch an application (in milliseconds)Average value calculated across the launch time durations of all VPN applications launched on this VPN virtual server
 Other virtual servers (CS, LB, Auth, GSLB)   
 total_requestsNumber of requestsNumber of client requests on this virtual server since the last appliance reboot, or since the creation of the virtual server, whichever is more recent.Monotonically increasing counter, incremented on each new request to this virtual server.
 total_bytesBytesTotal bytes transferred from the virtual server to Citrix ADM over the specified time interval.Monotonically increasing counter to account for the total number of bytes served by this virtual server.
 application_response_timeResponse TimeAverage response time of the virtual server.The average value of the response times of all requests received by this virtual server since the last reboot of the appliance (or since the creation of the virtual server), whichever is last.

Example of an alarms section in a StyleBook:

operations:
alarms:
 -
  name:lbvserver_alarm
  properties:
  target: $outputs.lbvserver
  email-profile: $parameters.emailprofile
  sms-profile: "NetScalerSMS"
     rules:
      -
        metric: "total_requests"
        operator: "greaterthan"
        value: 25
        period-unit: weekly
        -
          metric: "total_bytes"
          operator: "lessthan"
          value: 1024
          period-unit: day

<!--NeedCopy-->

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:46 次

字数:5808

最后编辑:7年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文