'\" t .\" Title: ocf_pacemaker_pingd .\" Author: Andrew Beekhof .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 01/08/2021 .\" Manual: Pacemaker Configuration .\" Source: Pacemaker Configuration .\" Language: English .\" .TH "OCF_PACEMAKER_PINGD" "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_pingd \- pingd resource agent .SH "SYNOPSIS" .PP [\fBOCF_RESKEY_pidfile\fR=string] [\fBOCF_RESKEY_user\fR=string] [\fBOCF_RESKEY_dampen\fR=integer] [\fBOCF_RESKEY_set\fR=string] [\fBOCF_RESKEY_name\fR=string] [\fBOCF_RESKEY_section\fR=string] [\fBOCF_RESKEY_multiplier\fR=integer] [\fBOCF_RESKEY_host_list\fR=string] [\fBOCF_RESKEY_interval\fR=integer] [\fBOCF_RESKEY_attempts\fR=integer] [\fBOCF_RESKEY_timeout\fR=integer] [\fBOCF_RESKEY_options\fR=string] \fBpingd\fR [start | stop | monitor | meta\-data | validate\-all] .SH "DESCRIPTION" .PP This agent (ocf:pacemaker:pingd) is deprecated and broken, and has been replaced by the more reliable ocf:pacemaker:ping\&. It records (in the CIB) the current number of ping nodes (specified in the \*(Aqhost_list\*(Aq parameter) a cluster node can connect to\&. .SH "SUPPORTED PARAMETERS" .PP \fBOCF_RESKEY_pidfile\fR = string [/pingd\-] .RS 4 PID file .RE .PP \fBOCF_RESKEY_user\fR = string [root] .RS 4 The user we want to run pingd as .sp The user we want to run pingd as .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_set\fR = string [] .RS 4 Set name .sp The name of the instance_attributes set to place the value in\&. Rarely needs to be specified\&. .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_section\fR = string [] .RS 4 Section name .sp The section place the value in\&. Rarely needs to be specified\&. .RE .PP \fBOCF_RESKEY_multiplier\fR = integer [] .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 The list of ping nodes to count\&. Defaults to all configured ping nodes\&. Rarely needs to be specified\&. .RE .PP \fBOCF_RESKEY_interval\fR = integer [1] .RS 4 ping interval in seconds .sp How often, in seconds, to check for node liveliness .RE .PP \fBOCF_RESKEY_attempts\fR = integer [2] .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 pingd\&. .RE .SH "AUTHOR" .PP \fBAndrew Beekhof\fR <\&andrew@beekhof\&.net\&> .RS 4 Author. .RE