1OCF_HEARTBEAT_PURE-(7) OCF resource agents OCF_HEARTBEAT_PURE-(7)
2
3
4
6 ocf_heartbeat_Pure-FTPd - Manages a Pure-FTPd FTP server instance
7
9 Pure-FTPd [start | stop | monitor | meta-data | validate-all]
10
12 This script manages Pure-FTPd in an Active-Passive setup
13
15 script
16 The full path to the Pure-FTPd startup script. For example,
17 "/sbin/pure-config.pl" (unique, optional, string, default
18 /sbin/pure-config.pl)
19
20 conffile
21 The Pure-FTPd configuration file name with full path. For example,
22 "/etc/pure-ftpd/pure-ftpd.conf" (unique, optional, string, default
23 /etc/pure-ftpd/pure-ftpd.conf)
24
25 daemon_type
26 The Pure-FTPd daemon to be called by pure-ftpd-wrapper. Valid
27 options are "" for pure-ftpd, "mysql" for pure-ftpd-mysql,
28 "postgresql" for pure-ftpd-postgresql and "ldap" for pure-ftpd-ldap
29 (unique, optional, string, no default)
30
31 pidfile
32 PID file (optional, string, default
33 /var/run/heartbeat/rsctmp/pure-ftpd-default.pid)
34
36 This resource agent supports the following actions (operations):
37
38 start
39 Starts the resource. Suggested minimum timeout: 20s.
40
41 stop
42 Stops the resource. Suggested minimum timeout: 20s.
43
44 monitor
45 Performs a detailed status check. Suggested minimum timeout: 20s.
46 Suggested interval: 60s.
47
48 validate-all
49 Performs a validation of the resource configuration. Suggested
50 minimum timeout: 20s.
51
52 meta-data
53 Retrieves resource agent metadata (internal use only). Suggested
54 minimum timeout: 5s.
55
57 The following is an example configuration for a Pure-FTPd resource
58 using the crm(8) shell:
59
60 primitive p_Pure-FTPd ocf:heartbeat:Pure-FTPd \
61 op monitor depth="0" timeout="20s" interval="60s"
62
64 http://www.linux-ha.org/wiki/Pure-FTPd_(resource_agent)
65
67 Linux-HA contributors (see the resource agent source for information
68 about individual authors)
69
70
71
72resource-agents 3.9.2 07/08/2011 OCF_HEARTBEAT_PURE-(7)