Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / veritas_vcs.servicegroup
blob7b5ca54d55a9db1c639b088d79e833c22b24146a
1 title: Veritas Cluster Service: Service Group
2 agents: linux
3 catalog: os/services
4 license: GPL
5 distribution: check_mk
6 description:
7  This check needs the {check_mk_agent.linux} agent which provides
8  information about the Veritas Cluster Service if it is installed.
10  The check monitors the service group states. A states map can be
11  configured in the rule "Veritas Cluster Server". By default the 
12  check can have the following states:
13  - "ONLINE" will be OK,
14  - "OFFLINE" will be WARN,
15  - "FAULTED" will be CRIT,
16  - all others will be WARN
18  The check is cluster-aware. In this case
19  - if all service groups report the same, that state is used,
20  - if any service group reports "FAULTED", "UNKNOWN", "ONLINE" or
21    "RUNNING", the respective state will be used (checked in that order)
22  - otherwise the states will be concatenated.
24  Additionaly the service group is checked for being (temporarily) frozen.
25  By default
26  - temporarily frozen will be WARN
27  - frozen will be CRIT
29 item:
30  The service group name.
32 inventory:
33  One service per service group is created.