ocf_heartbeat_vsftpd
Manages an vsftpd
- Provided by: resource-agents-extra (Version: 1:4.17.0-1ubuntu2)
- Source: resource-agents
- Report a bug
Manages an vsftpd
vsftpd [start | stop | monitor | meta-data | validate-all]
This script manages vsftpd. The parameter background in the vsftpd.conf must be set to yes and setproctitle_enable must be disabled. Otherwise the RA can not work.
binpath
(optional, string, default "/usr/sbin/vsftpd")
conffile
(optional, string, default "/etc/vsftpd/vsftpd.conf")
pidfile
(optional, string, default "/var/run/vsftpd.pid")
This resource agent supports the following actions (operations):
start
stop
monitor
validate-all
meta-data
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"
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"
http://clusterlabs.org/
ClusterLabs contributors (see the resource agent source for information about individual authors)