1OCF_HEARTBEAT_RABBIT(7) OCF resource agents OCF_HEARTBEAT_RABBIT(7)
2
3
4
6 ocf_heartbeat_rabbitmq-cluster - rabbitmq clustered
7
9 rabbitmq-cluster [start | stop | monitor | meta-data | validate-all]
10
12 Starts cloned rabbitmq cluster instance. NB: note that this RA cannot
13 be spawned across a mix of pacemaker and pacemaker-remote nodes. Only
14 on pacemaker *or* pacemaker-remote nodes exclusively.
15
17 set_policy
18 Policy string to pass to 'rabbitmqctl set_policy' right after
19 bootstrapping the first rabbitmq instance.
20
21 (unique, optional, string, no default)
22
24 This resource agent supports the following actions (operations):
25
26 start
27 Starts the resource. Suggested minimum timeout: 100s.
28
29 stop
30 Stops the resource. Suggested minimum timeout: 90s.
31
32 monitor
33 Performs a detailed status check. Suggested minimum timeout: 40s.
34 Suggested interval: 10s.
35
36 meta-data
37 Retrieves resource agent metadata (internal use only). Suggested
38 minimum timeout: 10s.
39
40 validate-all
41 Performs a validation of the resource configuration. Suggested
42 minimum timeout: 20s.
43
45 The following is an example configuration for a rabbitmq-cluster
46 resource using the crm(8) shell:
47
48 primitive p_rabbitmq-cluster ocf:heartbeat:rabbitmq-cluster \
49 op monitor timeout="40s" interval="10s" depth="0"
50
52 The following is an example configuration for a rabbitmq-cluster
53 resource using pcs(8)
54
55 pcs resource create p_rabbitmq-cluster ocf:heartbeat:rabbitmq-cluster \
56 op monitor timeout="40s" interval="10s" depth="0"
57
59 http://clusterlabs.org/
60
62 ClusterLabs contributors (see the resource agent source for information
63 about individual authors)
64
65
66
67resource-agents UNKNOWN 03/09/2020 OCF_HEARTBEAT_RABBIT(7)