Refactoring: Moved check parameters from unsorted.py to dedicated modules (CMK-1393)
[check_mk.git] / checkman / netscaler_ha
blobe973319b850e646d46be44684c3c55ae3aa2e3da
1 title: Citrix Netscaler High Availability
2 agents: snmp
3 catalog: app/netscaler
4 license: GPL
5 distribution: check_mk
6 description:
7  This check monitors the high availability status of Citrix Netscaler
8  Loadbalacing Appliances operating in a cluster setup. It uses snmp and the
9  NS-ROOT-MIB to access the {haPeerState}, {haCurStatus} and {haCurState}
10  OIDs from the nsHighAvailabilityGroup.
12  The check is in the state OK when the system is not setup for ha, or
13  {haCurState} is up/funtional. It is in the state WARN when the system is
14  manually configured not to participate in a HA cluster, or initializing to
15  become a cluster member, or when {haCurState} is {monitorFAIL}, {monitorOK},
16  or {unkown} because these states are not documented in the MIB. It is
17  critical in other states {haCurState} can be.
19 inventory:
20  One service per host will be created.