1OCF_HEARTBEAT_AZURE() OCF_HEARTBEAT_AZURE()
2
3
4
6 ocf_heartbeat_azure-lb - Answers Azure Load Balancer health probe
7 requests
8
10 azure-lb [start | stop | monitor | meta-data | validate-all]
11
13 Resource agent to answer Azure Load Balancer health probe requests
14
16 nc
17 The full path of the used binary. This can be nc or socat path. The
18 default is /usr/bin/nc. If you need /usr/bin/socat this parameter
19 should be set.
20
21 (optional, string, default "/usr/bin/nc")
22
23 port
24 Port to listen to.
25
26 (optional, string, default "61000")
27
29 This resource agent supports the following actions (operations):
30
31 start
32 Starts the resource. Suggested minimum timeout: 20s.
33
34 stop
35 Stops the resource. Suggested minimum timeout: 20s.
36
37 monitor
38 Performs a detailed status check. Suggested minimum timeout: 20s.
39 Suggested interval: 10s.
40
41 meta-data
42 Retrieves resource agent metadata (internal use only). Suggested
43 minimum timeout: 5s.
44
45 validate-all
46 Performs a validation of the resource configuration. Suggested
47 minimum timeout: 5s.
48
50 The following is an example configuration for a azure-lb resource using
51 the crm(8) shell:
52
53 primitive p_azure-lb ocf:heartbeat:azure-lb \
54 op monitor depth="0" timeout="20s" interval="10s"
55
57 The following is an example configuration for a azure-lb resource using
58 pcs(8)
59
60 pcs resource create p_azure-lb ocf:heartbeat:azure-lb \
61 op monitor depth="0" timeout="20s" interval="10s"
62
64 http://clusterlabs.org/
65
67 ClusterLabs contributors (see the resource agent source for information
68 about individual authors)
69
70
71
72 OCF_HEARTBEAT_AZURE()