GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / heartbeat_crm.resources
blob1620c57b8fc424623793c9761c3e1fff470d55f2
1 title: Status of the resources in heartbeat clusters using crm=yes
2 agents: linux
3 catalog: os/services
4 license: GPL
5 distribution: check_mk
6 description:
7  This check uses the output of the {crm_mon} command as sent by the Check_MK
8  linux agent. The check uses the information about the nodes and resources in
9  the command output.
11  The check will report a CRITICAL state when the reported state is not {Started}.
12  In addition the check can report a problem if a resource is not handled
13  by a specified node.
15  Till version 1.2.5i6 the check nailed down the DC to the node which was DC during
16  inventory. This has been changed to not nailing down the node. You can change this back
17  to the old default by changing your configuration.
19 inventory:
20  On each node one service for each resource group or resource will be created.
21  If {heartbeat_crm_resources_naildown} is set to {True}, then for each resource
22  the current node of that resource is hardcoded as target parameter and will
23  be checked in future.
24  One service will be created for reach resource group or resource. If {naildown_resources} is
25  set to {True} in {inventory_heartbeat_crm_rules}, then the node which is currently
26  holding the resource will be required to also hold it in future.