1OCF_PACEMAKER_PINGD(7) Pacemaker Configuration OCF_PACEMAKER_PINGD(7)
2
3
4
6 ocf_pacemaker_pingd - pingd resource agent
7
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]
15
16 pingd [start | stop | monitor | meta-data | validate-all]
17
19 This agent (ocf:pacemaker:pingd) is deprecated and broken, and has been
20 replaced by the more reliable ocf:pacemaker:ping. It records (in the
21 CIB) the current number of ping nodes (specified in the 'host_list'
22 parameter) a cluster node can connect to.
23
25 OCF_RESKEY_pidfile = string [/pingd-]
26 PID file
27
28 OCF_RESKEY_user = string [root]
29 The user we want to run pingd as
30
31 The user we want to run pingd as
32
33 OCF_RESKEY_dampen = integer [5s]
34 Dampening interval
35
36 The time to wait (dampening) further changes occur
37
38 OCF_RESKEY_set = string []
39 Set name
40
41 The name of the instance_attributes set to place the value in.
42 Rarely needs to be specified.
43
44 OCF_RESKEY_name = string [pingd]
45 Attribute name
46
47 The name of the attributes to set. This is the name to be used in
48 the constraints.
49
50 OCF_RESKEY_section = string []
51 Section name
52
53 The section place the value in. Rarely needs to be specified.
54
55 OCF_RESKEY_multiplier = integer []
56 Value multiplier
57
58 The number by which to multiply the number of connected ping nodes
59 by
60
61 OCF_RESKEY_host_list = string []
62 Host list
63
64 The list of ping nodes to count. Defaults to all configured ping
65 nodes. Rarely needs to be specified.
66
67 OCF_RESKEY_interval = integer [1]
68 ping interval in seconds
69
70 How often, in seconds, to check for node liveliness
71
72 OCF_RESKEY_attempts = integer [2]
73 no. of ping attempts
74
75 Number of ping attempts, per host, before declaring it dead
76
77 OCF_RESKEY_timeout = integer [2]
78 ping timeout in seconds
79
80 How long, in seconds, to wait before declaring a ping lost
81
82 OCF_RESKEY_options = string []
83 Extra Options
84
85 A catch all for any other options that need to be passed to pingd.
86
88 Andrew Beekhof <andrew@beekhof.net>
89 Author.
90
91
92
93Pacemaker Configuration 11/26/2019 OCF_PACEMAKER_PINGD(7)