1OCF_HEARTBEAT_AZURE()                                    OCF_HEARTBEAT_AZURE()
2
3
4

NAME

6       ocf_heartbeat_azure-lb - Answers Azure Load Balancer health probe
7       requests
8

SYNOPSIS

10       azure-lb [start | stop | monitor | meta-data | validate-all]
11

DESCRIPTION

13       Resource agent to answer Azure Load Balancer health probe requests
14

SUPPORTED PARAMETERS

16       nc
17           The full name of the nc binary.
18
19           (optional, string, default "/usr/bin/nc")
20
21       port
22           Port to listen to.
23
24           (optional, string, default "61000")
25

SUPPORTED ACTIONS

27       This resource agent supports the following actions (operations):
28
29       start
30           Starts the resource. Suggested minimum timeout: 20s.
31
32       stop
33           Stops the resource. Suggested minimum timeout: 20s.
34
35       monitor
36           Performs a detailed status check. Suggested minimum timeout: 20s.
37           Suggested interval: 10s.
38
39       meta-data
40           Retrieves resource agent metadata (internal use only). Suggested
41           minimum timeout: 5s.
42
43       validate-all
44           Performs a validation of the resource configuration. Suggested
45           minimum timeout: 5s.
46

EXAMPLE CRM SHELL

48       The following is an example configuration for a azure-lb resource using
49       the crm(8) shell:
50
51           primitive p_azure-lb ocf:heartbeat:azure-lb \
52             op monitor depth="0" timeout="20s" interval="10s"
53

EXAMPLE PCS

55       The following is an example configuration for a azure-lb resource using
56       pcs(8)
57
58           pcs resource create p_azure-lb ocf:heartbeat:azure-lb \
59             op monitor depth="0" timeout="20s" interval="10s"
60

SEE ALSO

62       http://clusterlabs.org/
63

AUTHOR

65       ClusterLabs contributors (see the resource agent source for information
66       about individual authors)
67
68
69
70                                                         OCF_HEARTBEAT_AZURE()
Impressum