OCF_HEARTBEAT_DOVECO(7) | OCF resource agents | OCF_HEARTBEAT_DOVECO(7) |
ocf_heartbeat_dovecot - Manages a highly available Dovecot IMAP/POP3 server instance
dovecot [start | stop | monitor | meta-data | validate-all]
This script manages Dovecot as an OCF resource in a high-availability setup.
binary
(optional, string, default "/usr/sbin/dovecot")
config_file
(unique, optional, string, no default)
pid_file
(unique, optional, string, default "/var/run/dovecot/master.pid")
parameters
(optional, string, no default)
This resource agent supports the following actions (operations):
start
stop
reload
monitor
validate-all
meta-data
The following is an example configuration for a dovecot resource using the crm(8) shell:
primitive p_dovecot ocf:heartbeat:dovecot \
op monitor depth="0" timeout="20s" interval="60s"
The following is an example configuration for a dovecot resource using pcs(8)
pcs resource create p_dovecot ocf:heartbeat:dovecot \
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 |