1OCF_HEARTBEAT_CONNTR(7)       OCF resource agents      OCF_HEARTBEAT_CONNTR(7)
2
3
4

NAME

6       ocf_heartbeat_conntrackd - This resource agent manages conntrackd
7

SYNOPSIS

9       conntrackd [start | stop | monitor | promote | demote | meta-data |
10                  validate-all]
11

DESCRIPTION

13       Master/Slave OCF Resource Agent for conntrackd
14

SUPPORTED PARAMETERS

16       binary
17           Name of the conntrackd executable. If conntrackd is installed and
18           available in the default PATH, it is sufficient to configure the
19           name of the binary For example
20           "my-conntrackd-binary-version-0.9.14" If conntrackd is installed
21           somewhere else, you may also give a full path For example
22           "/packages/conntrackd-0.9.14/sbin/conntrackd"
23
24           (optional, string, default "conntrackd")
25
26       config
27           Full path to the conntrackd.conf file. For example
28           "/packages/conntrackd-0.9.14/etc/conntrackd/conntrackd.conf"
29
30           (optional, string, default "/etc/conntrackd/conntrackd.conf")
31

SUPPORTED ACTIONS

33       This resource agent supports the following actions (operations):
34
35       start
36           Starts the resource. Suggested minimum timeout: 30.
37
38       promote
39           Promotes the resource to the Master role. Suggested minimum
40           timeout: 30.
41
42       demote
43           Demotes the resource to the Slave role. Suggested minimum timeout:
44           30.
45
46       notify
47           Suggested minimum timeout: 30.
48
49       stop
50           Stops the resource. Suggested minimum timeout: 30.
51
52       monitor (Slave role)
53           Performs a detailed status check. Suggested minimum timeout: 20.
54           Suggested interval: 20.
55
56       monitor (Master role)
57           Performs a detailed status check. Suggested minimum timeout: 20.
58           Suggested interval: 10.
59
60       meta-data
61           Retrieves resource agent metadata (internal use only). Suggested
62           minimum timeout: 5.
63
64       validate-all
65           Performs a validation of the resource configuration. Suggested
66           minimum timeout: 30.
67

EXAMPLE

69       The following is an example configuration for a conntrackd resource
70       using the crm(8) shell:
71
72           primitive p_conntrackd ocf:heartbeat:conntrackd \
73             op monitor timeout="20" interval="20" role="Slave" \
74             op monitor timeout="20" interval="10" role="Master"
75
76           ms ms_conntrackd p_conntrackd \
77             meta notify="true" interleave="true"
78

SEE ALSO

80       http://www.linux-ha.org/wiki/conntrackd_(resource_agent)
81

AUTHOR

83       Linux-HA contributors (see the resource agent source for information
84       about individual authors)
85
86
87
88resource-agents 3.9.2             03/24/2017           OCF_HEARTBEAT_CONNTR(7)
Impressum