table of contents
OCF_HEARTBEAT_PINGD(7) | OCF resource agents | OCF_HEARTBEAT_PINGD(7) |
NAME¶
ocf_heartbeat_pingd - Monitors connectivity to specific hosts or IP addresses ("ping nodes") (deprecated)
SYNOPSIS¶
pingd [start | stop | monitor | meta-data | validate-all]
DESCRIPTION¶
Deprecation warning: This agent is deprecated and may be removed from a future release. See the ocf:pacemaker:pingd resource agent for a supported alternative. -- This is a pingd Resource Agent. It records (in the CIB) the current number of ping nodes a node can connect to.
SUPPORTED PARAMETERS¶
pidfile
(optional, string, default "/run/resource-agents/pingd-RESOURCE_ID")
user
(optional, string, default "root")
dampen
(optional, integer, default 1s)
set
(optional, integer, no default)
name
(optional, integer, default pingd)
section
(optional, integer, no default)
multiplier
(optional, integer, no default)
host_list
(optional, integer, no default)
ignore_deprecation
(optional, boolean, default false)
SUPPORTED ACTIONS¶
This resource agent supports the following actions (operations):
start
stop
monitor
meta-data
validate-all
EXAMPLE CRM SHELL¶
The following is an example configuration for a pingd resource using the crm(8) shell:
primitive p_pingd ocf:heartbeat:pingd \
op monitor depth="0" timeout="20s" interval="10s"
EXAMPLE PCS¶
The following is an example configuration for a pingd resource using pcs(8)
pcs resource create p_pingd ocf:heartbeat:pingd \
op monitor OCF_CHECK_LEVEL="0" timeout="20s" interval="10s"
SEE ALSO¶
AUTHOR¶
ClusterLabs contributors (see the resource agent source for information about individual authors)
10/05/2024 | resource-agents 4.15.1-2 |