1OCF_HEARTBEAT_PINGD(7) OCF resource agents OCF_HEARTBEAT_PINGD(7)
2
3
4
6 ocf_heartbeat_pingd - Monitors connectivity to specific hosts or IP
7 addresses ("ping nodes") (deprecated)
8
10 pingd [start | stop | monitor | meta-data | validate-all]
11
13 Deprecation warning: This agent is deprecated and may be removed from a
14 future release. See the ocf:pacemaker:pingd resource agent for a
15 supported alternative. -- This is a pingd Resource Agent. It records
16 (in the CIB) the current number of ping nodes a node can connect to.
17
19 pidfile
20 PID file
21
22 (optional, string, default
23 "/run/resource-agents/pingd-RESOURCE_ID")
24
25 user
26 The user we want to run pingd as
27
28 (optional, string, default "root")
29
30 dampen
31 The time to wait (dampening) further changes occur
32
33 (optional, integer, default 1s)
34
35 set
36 The name of the instance_attributes set to place the value in.
37 Rarely needs to be specified.
38
39 (optional, integer, no default)
40
41 name
42 The name of the attributes to set. This is the name to be used in
43 the constraints.
44
45 (optional, integer, default pingd)
46
47 section
48 The section place the value in. Rarely needs to be specified.
49
50 (optional, integer, no default)
51
52 multiplier
53 The number by which to multiply the number of connected ping nodes
54 by
55
56 (optional, integer, no default)
57
58 host_list
59 The list of ping nodes to count. Defaults to all configured ping
60 nodes. Rarely needs to be specified.
61
62 (optional, integer, no default)
63
64 ignore_deprecation
65 If set to true, suppresses the deprecation warning for this agent.
66
67 (optional, boolean, default false)
68
70 This resource agent supports the following actions (operations):
71
72 start
73 Starts the resource. Suggested minimum timeout: 20s.
74
75 stop
76 Stops the resource. Suggested minimum timeout: 20s.
77
78 monitor
79 Performs a detailed status check. Suggested minimum timeout: 20s.
80 Suggested interval: 10s.
81
82 meta-data
83 Retrieves resource agent metadata (internal use only). Suggested
84 minimum timeout: 5s.
85
86 validate-all
87 Performs a validation of the resource configuration. Suggested
88 minimum timeout: 20s.
89
91 The following is an example configuration for a pingd resource using
92 the crm(8) shell:
93
94 primitive p_pingd ocf:heartbeat:pingd \
95 op monitor depth="0" timeout="20s" interval="10s"
96
98 The following is an example configuration for a pingd resource using
99 pcs(8)
100
101 pcs resource create p_pingd ocf:heartbeat:pingd \
102 op monitor OCF_CHECK_LEVEL="0" timeout="20s" interval="10s"
103
105 http://clusterlabs.org/
106
108 ClusterLabs contributors (see the resource agent source for information
109 about individual authors)
110
111
112
113resource-agents UNKNOWN 01/25/2023 OCF_HEARTBEAT_PINGD(7)