1OCF_PACEMAKER_PINGD(7)      Pacemaker Configuration     OCF_PACEMAKER_PINGD(7)
2
3
4

NAME

6       ocf_pacemaker_pingd - pingd resource agent
7

SYNOPSIS

9       [OCF_RESKEY_pidfile=string] [OCF_RESKEY_user=string]
10       [OCF_RESKEY_dampen=integer] [OCF_RESKEY_set=string]
11       [OCF_RESKEY_name=string] [OCF_RESKEY_section=string]
12       [OCF_RESKEY_multiplier=integer] [OCF_RESKEY_host_list=string]
13       [OCF_RESKEY_interval=integer] [OCF_RESKEY_attempts=integer]
14       [OCF_RESKEY_timeout=integer] [OCF_RESKEY_options=string] pingd [start |
15       stop | monitor | meta-data | validate-all]
16

DESCRIPTION

18       This agent (ocf:pacemaker:pingd) has been replaced by the more reliable
19       ocf:pacemaker:ping. It records (in the CIB) the current number of ping
20       nodes (specified in the 'host_list' parameter) a cluster node can
21       connect to.
22

SUPPORTED PARAMETERS

24       OCF_RESKEY_pidfile = string [/pingd-]
25           PID file
26
27       OCF_RESKEY_user = string [root]
28           The user we want to run pingd as
29
30           The user we want to run pingd as
31
32       OCF_RESKEY_dampen = integer [5s]
33           Dampening interval
34
35           The time to wait (dampening) further changes occur
36
37       OCF_RESKEY_set = string []
38           Set name
39
40           The name of the instance_attributes set to place the value in.
41           Rarely needs to be specified.
42
43       OCF_RESKEY_name = string [pingd]
44           Attribute name
45
46           The name of the attributes to set. This is the name to be used in
47           the constraints.
48
49       OCF_RESKEY_section = string []
50           Section name
51
52           The section place the value in. Rarely needs to be specified.
53
54       OCF_RESKEY_multiplier = integer []
55           Value multiplier
56
57           The number by which to multiply the number of connected ping nodes
58           by
59
60       OCF_RESKEY_host_list = string []
61           Host list
62
63           The list of ping nodes to count. Defaults to all configured ping
64           nodes. Rarely needs to be specified.
65
66       OCF_RESKEY_interval = integer [1]
67           ping interval in seconds
68
69           How often, in seconds, to check for node liveliness
70
71       OCF_RESKEY_attempts = integer [2]
72           no. of ping attempts
73
74           Number of ping attempts, per host, before declaring it dead
75
76       OCF_RESKEY_timeout = integer [2]
77           ping timeout in seconds
78
79           How long, in seconds, to wait before declaring a ping lost
80
81       OCF_RESKEY_options = string []
82           Extra Options
83
84           A catch all for any other options that need to be passed to pingd.
85

AUTHOR

87       Andrew Beekhof <andrew@beekhof.net>
88           Author.
89
90
91
92Pacemaker Configuration           01/30/2019            OCF_PACEMAKER_PINGD(7)
Impressum