'\" t .\" Title: ocf_pacemaker_ping .\" Author: Andrew Beekhof .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 01/08/2021 .\" Manual: Pacemaker Configuration .\" Source: Pacemaker Configuration .\" Language: English .\" .TH "OCF_PACEMAKER_PING" "7" "01/08/2021" "Pacemaker Configuration" "Pacemaker Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" ocf_pacemaker_ping \- node connectivity .SH "SYNOPSIS" .PP [\fBOCF_RESKEY_pidfile\fR=string] [\fBOCF_RESKEY_dampen\fR=integer] [\fBOCF_RESKEY_name\fR=string] [\fBOCF_RESKEY_multiplier\fR=integer] [\fBOCF_RESKEY_host_list\fR=string] [\fBOCF_RESKEY_attempts\fR=integer] [\fBOCF_RESKEY_timeout\fR=integer] [\fBOCF_RESKEY_options\fR=string] [\fBOCF_RESKEY_failure_score\fR=integer] [\fBOCF_RESKEY_use_fping\fR=boolean] [\fBOCF_RESKEY_debug\fR=string] \fBping\fR [start | stop | monitor | meta\-data | validate\-all] .SH "DESCRIPTION" .PP Every time the monitor action is run, this resource agent records (in the CIB) the current number of nodes the host can connect to using the system fping (preferred) or ping tool\&. .SH "SUPPORTED PARAMETERS" .PP \fBOCF_RESKEY_pidfile\fR = string [/ping\-] .RS 4 PID file .RE .PP \fBOCF_RESKEY_dampen\fR = integer [5s] .RS 4 Dampening interval .sp The time to wait (dampening) further changes occur .RE .PP \fBOCF_RESKEY_name\fR = string [pingd] .RS 4 Attribute name .sp The name of the attributes to set\&. This is the name to be used in the constraints\&. .RE .PP \fBOCF_RESKEY_multiplier\fR = integer [1] .RS 4 Value multiplier .sp The number by which to multiply the number of connected ping nodes by .RE .PP \fBOCF_RESKEY_host_list\fR = string [] .RS 4 Host list .sp A space separated list of ping nodes to count\&. .RE .PP \fBOCF_RESKEY_attempts\fR = integer [3] .RS 4 no\&. of ping attempts .sp Number of ping attempts, per host, before declaring it dead .RE .PP \fBOCF_RESKEY_timeout\fR = integer [2] .RS 4 ping timeout in seconds .sp How long, in seconds, to wait before declaring a ping lost .RE .PP \fBOCF_RESKEY_options\fR = string [] .RS 4 Extra Options .sp A catch all for any other options that need to be passed to ping\&. .RE .PP \fBOCF_RESKEY_failure_score\fR = integer [] .RS 4 failure_score .sp Resource is failed if the score is less than failure_score\&. Default never fails\&. .RE .PP \fBOCF_RESKEY_use_fping\fR = boolean [1] .RS 4 Use fping if available .sp Use fping rather than ping, if found\&. If set to 0, fping will not be used even if present\&. .RE .PP \fBOCF_RESKEY_debug\fR = string [false] .RS 4 Verbose logging .sp Enables to use default attrd_updater verbose logging on every call\&. .RE .SH "AUTHOR" .PP \fBAndrew Beekhof\fR <\&andrew@beekhof\&.net\&> .RS 4 Author. .RE