-
Low-touch onboarding of NetScaler instances using Console Advisory Connect
-
-
Importing and synchronizing StyleBooks from an external repository
-
Create and use custom StyleBooks
-
Create a StyleBook to upload files to NetScaler Console service
-
Create a StyleBook to upload SSL certificate and certificate key files to NetScaler Console service
-
Enable analytics and configure alarms on a virtual server defined in a StyleBook
-
Allow special characters with their literal form in StyleBooks
-
Use API to create configurations from StyleBooks
-
-
Alarms
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
Alarms
The alarms subsection of the operations section has a similar structure and the same attributes as in the analytics subsection. 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 alarm subsection:
| Attribute | Description | Mandatory |
|---|---|---|
target |
An expression that evaluates to the name of a virtual server, configured on the NetScaler, for which alarms are configured. | Yes |
email-profile |
Name of an email profile that is defined in the NetScaler Console 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-profile |
Name of an SMS profile that is defined in the NetScaler Console 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) |
rules |
A list of rules that define the conditions that would trigger an alarm for the virtual server defined by the target property. | Yes |
metric |
An attribute of rule. The name of a metric you want to track pertaining to the NetScaler virtual server. | Yes |
operator |
An attribute of rule. The operator to use to compare the metric to the value. Valid operators are greaterthan and lessthan. |
Yes |
value |
An 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-unit |
An attribute of a rule. The frequency at which to alert users if the alarm rule is met. This attribute can contain the value day, hour, or weekly. It means that if the rule is met, an alarm is 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 NetScaler virtual server.
| Counters | Description | Detailed Description | NetScaler Console Calculation |
|---|---|---|---|
| For a VPN virtual server | |||
| total_requests | Total VPN Session Launch Count | Total 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_count | VPN App Launch Count | Total 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_duration | VPN App Launch Duration | Average 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_requests | Number of requests | Number 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_bytes | Bytes | Total bytes transferred from the virtual server to NetScaler Console over the specified time interval. | Monotonically increasing counter to account for the total number of bytes served by this virtual server. |
| application_response_time | Response Time | Average 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 the 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-->
Share
Share
In this article
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.