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

NAME

6       ocf_heartbeat_pingd - Monitors connectivity to specific hosts or IP
7       addresses ("ping nodes") (deprecated)
8

SYNOPSIS

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

DESCRIPTION

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

SUPPORTED PARAMETERS

19       pidfile
20           PID file (optional, string, default
21           /var/run/heartbeat/rsctmp/pingd-default)
22
23       user
24           The user we want to run pingd as (optional, string, default root)
25
26       dampen
27           The time to wait (dampening) further changes occur (optional,
28           integer, default 1s)
29
30       set
31           The name of the instance_attributes set to place the value in.
32           Rarely needs to be specified.  (optional, integer, no default)
33
34       name
35           The name of the attributes to set. This is the name to be used in
36           the constraints.  (optional, integer, default default)
37
38       section
39           The section place the value in. Rarely needs to be specified.
40           (optional, integer, no default)
41
42       multiplier
43           The number by which to multiply the number of connected ping nodes
44           by (optional, integer, no default)
45
46       host_list
47           The list of ping nodes to count. Defaults to all configured ping
48           nodes. Rarely needs to be specified.  (optional, integer, no
49           default)
50
51       ignore_deprecation
52           If set to true, suppresses the deprecation warning for this agent.
53           (optional, boolean, default false)
54

SUPPORTED ACTIONS

56       This resource agent supports the following actions (operations):
57
58       start
59           Starts the resource. Suggested minimum timeout: 20s.
60
61       stop
62           Stops the resource. Suggested minimum timeout: 20s.
63
64       monitor
65           Performs a detailed status check. Suggested minimum timeout: 20s.
66           Suggested interval: 10.
67
68       meta-data
69           Retrieves resource agent metadata (internal use only). Suggested
70           minimum timeout: 5.
71
72       validate-all
73           Performs a validation of the resource configuration. Suggested
74           minimum timeout: 20s.
75

EXAMPLE

77       The following is an example configuration for a pingd resource using
78       the crm(8) shell:
79
80           primitive p_pingd ocf:heartbeat:pingd \
81             op monitor depth="0" timeout="20s" interval="10"
82

SEE ALSO

84       http://www.linux-ha.org/wiki/pingd_(resource_agent)
85

AUTHOR

87       Linux-HA contributors (see the resource agent source for information
88       about individual authors)
89
90
91
92resource-agents 3.9.2             07/08/2011            OCF_HEARTBEAT_PINGD(7)
Impressum