1OCF_PACEMAKER_PING(7) Pacemaker Configuration OCF_PACEMAKER_PING(7)
2
3
4
6 ocf_pacemaker_ping - node connectivity
7
9 [OCF_RESKEY_pidfile=string] [OCF_RESKEY_dampen=integer]
10 [OCF_RESKEY_name=string] [OCF_RESKEY_multiplier=integer]
11 [OCF_RESKEY_host_list=string] [OCF_RESKEY_attempts=integer]
12 [OCF_RESKEY_timeout=integer] [OCF_RESKEY_options=string]
13 [OCF_RESKEY_failure_score=integer] [OCF_RESKEY_use_fping=boolean]
14 [OCF_RESKEY_debug=string] ping [start | stop | monitor | meta-data |
15 validate-all]
16
18 Every time the monitor action is run, this resource agent records (in
19 the CIB) the current number of nodes the host can connect to using the
20 system fping (preferred) or ping tool.
21
23 OCF_RESKEY_pidfile = string [/ping-]
24 PID file
25
26 OCF_RESKEY_dampen = integer [5s]
27 Dampening interval
28
29 The time to wait (dampening) further changes occur
30
31 OCF_RESKEY_name = string [pingd]
32 Attribute name
33
34 The name of the attributes to set. This is the name to be used in
35 the constraints.
36
37 OCF_RESKEY_multiplier = integer [1]
38 Value multiplier
39
40 The number by which to multiply the number of connected ping nodes
41 by
42
43 OCF_RESKEY_host_list = string []
44 Host list
45
46 A space separated list of ping nodes to count.
47
48 OCF_RESKEY_attempts = integer [3]
49 no. of ping attempts
50
51 Number of ping attempts, per host, before declaring it dead
52
53 OCF_RESKEY_timeout = integer [2]
54 ping timeout in seconds
55
56 How long, in seconds, to wait before declaring a ping lost
57
58 OCF_RESKEY_options = string []
59 Extra Options
60
61 A catch all for any other options that need to be passed to ping.
62
63 OCF_RESKEY_failure_score = integer []
64 failure_score
65
66 Resource is failed if the score is less than failure_score. Default
67 never fails.
68
69 OCF_RESKEY_use_fping = boolean [1]
70 Use fping if available
71
72 Use fping rather than ping, if found. If set to 0, fping will not
73 be used even if present.
74
75 OCF_RESKEY_debug = string [false]
76 Verbose logging
77
78 Enables to use default attrd_updater verbose logging on every call.
79
81 Andrew Beekhof <andrew@beekhof.net>
82 Author.
83
84
85
86Pacemaker Configuration 01/30/2019 OCF_PACEMAKER_PING(7)