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 and /usr/bin/socat for SUSE distributions.
19
20 (optional, string, default "/usr/bin/nc")
21
22 port
23 Port to listen to.
24
25 (optional, string, default "61000")
26
28 This resource agent supports the following actions (operations):
29
30 start
31 Starts the resource. Suggested minimum timeout: 20s.
32
33 stop
34 Stops the resource. Suggested minimum timeout: 20s.
35
36 monitor
37 Performs a detailed status check. Suggested minimum timeout: 20s.
38 Suggested interval: 10s.
39
40 meta-data
41 Retrieves resource agent metadata (internal use only). Suggested
42 minimum timeout: 5s.
43
44 validate-all
45 Performs a validation of the resource configuration. Suggested
46 minimum timeout: 5s.
47
49 The following is an example configuration for a azure-lb resource using
50 the crm(8) shell:
51
52 primitive p_azure-lb ocf:heartbeat:azure-lb \
53 op monitor depth="0" timeout="20s" interval="10s"
54
56 The following is an example configuration for a azure-lb resource using
57 pcs(8)
58
59 pcs resource create p_azure-lb ocf:heartbeat:azure-lb \
60 op monitor OCF_CHECK_LEVEL="0" timeout="20s" interval="10s"
61
63 http://clusterlabs.org/
64
66 ClusterLabs contributors (see the resource agent source for information
67 about individual authors)
68
69
70
71 OCF_HEARTBEAT_AZURE()