table of contents
OCF_HEARTBEAT_POUND(7) | OCF resource agents | OCF_HEARTBEAT_POUND(7) |
NAME¶
ocf_heartbeat_pound - Manage a Pound instance
SYNOPSIS¶
pound [start | stop | status | monitor | meta-data | validate-all]
DESCRIPTION¶
The Pound Resource Agent can manage Pound instances.
SUPPORTED PARAMETERS¶
config
(unique, required, string, no default)
name
(unique, optional, string, default "RESOURCE_ID")
pid
(unique, optional, string, default "/var/run/pound_RESOURCE_ID.pid")
binary
(optional, string, default "pound")
ctl_binary
(optional, string, default "poundctl")
socket_path
(optional, string, default "/var/lib/pound/pound.cfg")
maxfiles
(optional, integer, no default)
SUPPORTED ACTIONS¶
This resource agent supports the following actions (operations):
start
stop
monitor
status
meta-data
validate-all
EXAMPLE CRM SHELL¶
The following is an example configuration for a pound resource using the crm(8) shell:
primitive p_pound ocf:heartbeat:pound \
params \
config=string \
op monitor timeout="20s" interval="10s" depth="0"
EXAMPLE PCS¶
The following is an example configuration for a pound resource using pcs(8)
pcs resource create p_pound ocf:heartbeat:pound \
config=string \
op monitor timeout="20s" interval="10s" OCF_CHECK_LEVEL="0"
SEE ALSO¶
AUTHOR¶
ClusterLabs contributors (see the resource agent source for information about individual authors)
10/05/2024 | resource-agents 4.15.1-2 |