OCF_HEARTBEAT_PINGD(7) | OCF resource agents | OCF_HEARTBEAT_PINGD(7) |
ocf_heartbeat_pingd - Monitors connectivity to specific hosts or IP addresses ("ping nodes") (deprecated)
pingd [start | stop | monitor | meta-data | validate-all]
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.
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)
This resource agent supports the following actions (operations):
start
stop
monitor
meta-data
validate-all
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"
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"
http://clusterlabs.org/
ClusterLabs contributors (see the resource agent source for information about individual authors)
04/13/2023 | resource-agents 4.12.0-2 |