1OCF_HEARTBEAT_CONNTR(7) OCF resource agents OCF_HEARTBEAT_CONNTR(7)
2
3
4
6 ocf_heartbeat_conntrackd - This resource agent manages conntrackd
7
9 conntrackd [start | stop | monitor | promote | demote | meta-data |
10 validate-all]
11
13 Promotable OCF Resource Agent for conntrackd
14
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
33 This resource agent supports the following actions (operations):
34
35 start
36 Starts the resource. Suggested minimum timeout: 30s.
37
38 promote
39 Promotes the resource to the Master role. Suggested minimum
40 timeout: 30s.
41
42 demote
43 Demotes the resource to the Slave role. Suggested minimum timeout:
44 30s.
45
46 notify
47 Suggested minimum timeout: 30s.
48
49 stop
50 Stops the resource. Suggested minimum timeout: 30s.
51
52 monitor (Unpromoted role)
53 Performs a detailed status check. Suggested minimum timeout: 20s.
54 Suggested interval: 20s.
55
56 monitor (Promoted role)
57 Performs a detailed status check. Suggested minimum timeout: 20s.
58 Suggested interval: 10s.
59
60 meta-data
61 Retrieves resource agent metadata (internal use only). Suggested
62 minimum timeout: 5s.
63
64 validate-all
65 Performs a validation of the resource configuration. Suggested
66 minimum timeout: 30s.
67
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="20s" interval="20s" role="Unpromoted" \
74 op monitor timeout="20s" interval="10s" role="Promoted"
75
76 ms ms_conntrackd p_conntrackd \
77 meta notify="true" interleave="true"
78
80 The following is an example configuration for a conntrackd resource
81 using pcs(8)
82
83 pcs resource create p_conntrackd ocf:heartbeat:conntrackd \
84 op monitor timeout="20s" interval="20s" role="Unpromoted" \
85 op monitor timeout="20s" interval="10s" role="Promoted" promotable
86
88 http://clusterlabs.org/
89
91 ClusterLabs contributors (see the resource agent source for information
92 about individual authors)
93
94
95
96resource-agents UNKNOWN 10/11/2023 OCF_HEARTBEAT_CONNTR(7)