OCF_HEARTBEAT_PURE-(7) | OCF resource agents | OCF_HEARTBEAT_PURE-(7) |
ocf_heartbeat_Pure-FTPd - Manages a Pure-FTPd FTP server instance
Pure-FTPd [start | stop | monitor | meta-data | validate-all]
This script manages Pure-FTPd in an Active-Passive setup
script
(unique, optional, string, default "/sbin/pure-config.pl")
conffile
(unique, optional, string, default "/etc/pure-ftpd/pure-ftpd.conf")
daemon_type
(unique, optional, string, no default)
pidfile
(optional, string, default "/run/resource-agents/pure-ftpd-RESOURCE_ID.pid")
This resource agent supports the following actions (operations):
start
stop
monitor
validate-all
meta-data
The following is an example configuration for a Pure-FTPd resource using the crm(8) shell:
primitive p_Pure-FTPd ocf:heartbeat:Pure-FTPd \
op monitor depth="0" timeout="20s" interval="60s"
The following is an example configuration for a Pure-FTPd resource using pcs(8)
pcs resource create p_Pure-FTPd ocf:heartbeat:Pure-FTPd \
op monitor OCF_CHECK_LEVEL="0" timeout="20s" interval="60s"
http://clusterlabs.org/
ClusterLabs contributors (see the resource agent source for information about individual authors)
04/13/2023 | resource-agents 4.12.0-2 |