table of contents
OCF_HEARTBEAT_VSFTPD(7) | OCF resource agents | OCF_HEARTBEAT_VSFTPD(7) |
NAME¶
ocf_heartbeat_vsftpd - Manages an vsftpd
SYNOPSIS¶
vsftpd [start | stop | monitor | meta-data | validate-all]
DESCRIPTION¶
This script manages vsftpd
SUPPORTED PARAMETERS¶
binpath
(optional, string, default "/usr/sbin/vsftpd")
conffile
(optional, string, default "/etc/vsftpd/vsftpd.conf")
pidfile
(optional, string, default "/var/run/vsftpd.pid")
SUPPORTED ACTIONS¶
This resource agent supports the following actions (operations):
start
stop
monitor
validate-all
meta-data
EXAMPLE CRM SHELL¶
The following is an example configuration for a vsftpd resource using the crm(8) shell:
primitive p_vsftpd ocf:heartbeat:vsftpd \
op monitor depth="0" timeout="20s" interval="60s"
EXAMPLE PCS¶
The following is an example configuration for a vsftpd resource using pcs(8)
pcs resource create p_vsftpd ocf:heartbeat:vsftpd \
op monitor OCF_CHECK_LEVEL="0" timeout="20s" interval="60s"
SEE ALSO¶
AUTHOR¶
ClusterLabs contributors (see the resource agent source for information about individual authors)
02/28/2025 | resource-agents 4.16.0-3 |