1OCF_HEARTBEAT_VSFTPD(7) OCF resource agents OCF_HEARTBEAT_VSFTPD(7)
2
3
4
6 ocf_heartbeat_vsftpd - Manages an vsftpd
7
9 vsftpd [start | stop | monitor | meta-data | validate-all]
10
12 This script manages vsftpd
13
15 binpath
16 The vsftpd binary path. For example, "/usr/sbin/vsftpd"
17
18 (optional, string, default "/usr/sbin/vsftpd")
19
20 conffile
21 The vsftpd configuration file name with full path. For example,
22 "/etc/vsftpd/vsftpd.conf"
23
24 (optional, string, default "/etc/vsftpd/vsftpd.conf")
25
26 pidfile
27 The vsftpd pidfile with full path. For example,
28 "/var/run/vsftpd.pid"
29
30 (optional, string, default "/var/run/vsftpd.pid")
31
33 This resource agent supports the following actions (operations):
34
35 start
36 Starts the resource. Suggested minimum timeout: 20s.
37
38 stop
39 Stops the resource. Suggested minimum timeout: 20s.
40
41 monitor
42 Performs a detailed status check. Suggested minimum timeout: 20s.
43 Suggested interval: 60s.
44
45 validate-all
46 Performs a validation of the resource configuration. Suggested
47 minimum timeout: 20s.
48
49 meta-data
50 Retrieves resource agent metadata (internal use only). Suggested
51 minimum timeout: 5s.
52
54 The following is an example configuration for a vsftpd resource using
55 the crm(8) shell:
56
57 primitive p_vsftpd ocf:heartbeat:vsftpd \
58 op monitor depth="0" timeout="20s" interval="60s"
59
61 The following is an example configuration for a vsftpd resource using
62 pcs(8)
63
64 pcs resource create p_vsftpd ocf:heartbeat:vsftpd \
65 op monitor depth="0" timeout="20s" interval="60s"
66
68 http://clusterlabs.org/
69
71 ClusterLabs contributors (see the resource agent source for information
72 about individual authors)
73
74
75
76resource-agents UNKNOWN 10/23/2019 OCF_HEARTBEAT_VSFTPD(7)