OCF_HEARTBEAT_POUND(7) | OCF resource agents | OCF_HEARTBEAT_POUND(7) |
ocf_heartbeat_pound - Manage a Pound instance
pound [start | stop | status | monitor | meta-data | validate-all]
The Pound Resource Agent can manage Pound instances.
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)
This resource agent supports the following actions (operations):
start
stop
monitor
status
meta-data
validate-all
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"
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"
http://clusterlabs.org/
ClusterLabs contributors (see the resource agent source for information about individual authors)
04/13/2023 | resource-agents 4.12.0-2 |