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

NAME

6       ocf_pacemaker_ping - node connectivity
7

SYNOPSIS

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]
15
16       ping [start | stop | monitor | meta-data | validate-all]
17

DESCRIPTION

19       Every time the monitor action is run, this resource agent records (in
20       the CIB) the current number of nodes the host can connect to using the
21       system fping (preferred) or ping tool.
22

SUPPORTED PARAMETERS

24       OCF_RESKEY_pidfile = string [/ping-]
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 [1]
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           A space separated list of ping nodes to count.
48
49       OCF_RESKEY_attempts = integer [3]
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_failure_score = integer []
65           failure_score
66
67           Resource is failed if the score is less than failure_score. Default
68           never fails.
69
70       OCF_RESKEY_use_fping = boolean [1]
71           Use fping if available
72
73           Use fping rather than ping, if found. If set to 0, fping will not
74           be used even if present.
75
76       OCF_RESKEY_debug = string [false]
77           Verbose logging
78
79           Enables to use default attrd_updater verbose logging on every call.
80

AUTHOR

82       Andrew Beekhof <andrew@beekhof.net>
83           Author.
84
85
86
87Pacemaker Configuration           11/26/2019             OCF_PACEMAKER_PING(7)
Impressum