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_debug=string]
14
15 ping [start | stop | reload | monitor | meta-data | validate-all]
16
18 Every time the monitor action is run, this resource agent records (in
19 the CIB) the current number of ping nodes the host can connect to. It
20 is essentially the same as pingd except that it uses the system ping
21 tool to obtain the results.
22
24 OCF_RESKEY_pidfile = string [/var/run//ping-default]
25 PID file
26
27 OCF_RESKEY_dampen = integer [5s]
28 Dampening interval
29
30 The time to wait (dampening) further changes occur
31
32 OCF_RESKEY_name = string [pingd]
33 Attribute name
34
35 The name of the attributes to set. This is the name to be used in
36 the constraints.
37
38 OCF_RESKEY_multiplier = integer []
39 Value multiplier
40
41 The number by which to multiply the number of connected ping nodes
42 by
43
44 OCF_RESKEY_host_list = string []
45 Host list
46
47 The list of ping nodes to count.
48
49 OCF_RESKEY_attempts = integer [2]
50 no. of ping attempts
51
52 Number of ping attempts, per host, before declaring it dead
53
54 OCF_RESKEY_timeout = integer [2]
55 ping timeout in seconds
56
57 How long, in seconds, to wait before declaring a ping lost
58
59 OCF_RESKEY_options = string []
60 Extra Options
61
62 A catch all for any other options that need to be passed to ping.
63
64 OCF_RESKEY_debug = string [false]
65 Verbose logging
66
67 Enables to use default attrd_updater verbose logging on every call.
68
70 Andrew Beekhof <andrew@beekhof.net>
71 Author.
72
73
74
75Pacemaker Configuration 09/07/2011 OCF_PACEMAKER_PING(7)