GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / f5_bigip_vserver
blob94f201a053c93d9265942d7a0e29cdd70f4cd3fa
1 title: F5 Big-IP: Virtual servers
2 agents: snmp
3 catalog: hw/network/f5
4 license: GPL
5 distribution: check_mk
6 description:
7  The check queries the MIB tables of F5 BIG-IP load balancers (local traffic
8  managers) for the status of any virtual server defined on them. It supports
9  devices running the 9.0 and above releases of the F5 OS. It's tested against
10  9.3 devices.
12  There is one special handling in the check. If the vserver is not available
13  and all its children pool members are down the check reports {OK}.
15  All states are configurable. Default values are
16  OK (is up and available, the children pool member(s) are down if VServer is not available),
17  WARN (is disabled, availability unknown),
18  CRIT (is currently not available, is not available),
19  UNKNOWN (is unlicensed).
21 inventory:
22  Any virtual server that is found online will be added during inventory
23  and checked for it's status. Virtual servers in the various "Warning"
24  states will not be inventorized. Vserver of state green and blue will be
25  inventorized.