OCF_HEARTBEAT_RSYSLO(7) | OCF resource agents | OCF_HEARTBEAT_RSYSLO(7) |
ocf_heartbeat_rsyslog - rsyslog resource agent
rsyslog [start | stop | status | monitor | meta-data | validate-all]
This script manages a rsyslog instance as an HA resource.
configfile
(unique, required, string, no default)
rsyslog_binary
(optional, string, default "/sbin/rsyslogd")
start_opts
(optional, string, no default)
This resource agent supports the following actions (operations):
start
stop
status
monitor
meta-data
validate-all
The following is an example configuration for a rsyslog resource using the crm(8) shell:
primitive p_rsyslog ocf:heartbeat:rsyslog \
params \
configfile=string \
op monitor depth="0" timeout="20s" interval="20s"
The following is an example configuration for a rsyslog resource using pcs(8)
pcs resource create p_rsyslog ocf:heartbeat:rsyslog \
configfile=string \
op monitor depth="0" timeout="20s" interval="20s"
http://clusterlabs.org/
ClusterLabs contributors (see the resource agent source for information about individual authors)
06/27/2020 | resource-agents UNKNOWN |