Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ocf_heartbeat_syslog-ng(7) [debian man page]

OCF_HEARTBEAT_SYSLOG(7) 					OCF resource agents					   OCF_HEARTBEAT_SYSLOG(7)

NAME
ocf_heartbeat_syslog-ng - Syslog-ng resource agent SYNOPSIS
syslog-ng [start | stop | status | monitor | meta-data | validate-all] DESCRIPTION
This script manages a syslog-ng instance as an HA resource. SUPPORTED PARAMETERS
configfile This parameter specifies a configuration file for a syslog-ng instance managed by this RA. (required, string, no default) syslog_ng_binary This parameter specifies syslog-ng's executable file. (optional, string, default /sbin/syslog-ng) start_opts This parameter specifies startup options for a syslog-ng instance managed by this RA. When no value is given, no startup options is used. Don't use option '-F'. It causes a stuck of a start action. (optional, string, no default) kill_term_timeout On a stop action, a normal stop method(pkill -TERM) is firstly used. And then the confirmation of its completion is waited for the specified seconds by this parameter. The default value is 10. (optional, integer, default 10) SUPPORTED ACTIONS
This resource agent supports the following actions (operations): start Starts the resource. Suggested minimum timeout: 60s. stop Stops the resource. Suggested minimum timeout: 120s. status Performs a status check. Suggested minimum timeout: 60s. monitor Performs a detailed status check. Suggested minimum timeout: 60s. Suggested interval: 60s. meta-data Retrieves resource agent metadata (internal use only). Suggested minimum timeout: 5s. validate-all Performs a validation of the resource configuration. Suggested minimum timeout: 5. EXAMPLE
The following is an example configuration for a syslog-ng resource using the crm(8) shell: primitive p_syslog-ng ocf:heartbeat:syslog-ng params configfile=string op monitor depth="0" timeout="60s" interval="60s" SEE ALSO
http://www.linux-ha.org/wiki/syslog-ng_(resource_agent) AUTHOR
Linux-HA contributors (see the resource agent source for information about individual authors) resource-agents UNKNOWN 03/09/2014 OCF_HEARTBEAT_SYSLOG(7)

Check Out this Related Man Page

OCF_HEARTBEAT_XINETD(7) 					OCF resource agents					   OCF_HEARTBEAT_XINETD(7)

NAME
ocf_heartbeat_Xinetd - Manages a service of Xinetd SYNOPSIS
Xinetd [start | stop | status | monitor | meta-data | validate-all] DESCRIPTION
Resource script for Xinetd. It starts/stops services managed by xinetd by enabling or disabling them in the configuration file. The xinetd daemon itself must be running: we are not going to start or stop it ourselves. All services should have a line saying either "disable=yes" or "disable=no". The script just changes those settings before reloading xinetd. Important: in case the services managed by the cluster are the only ones enabled, you should specify the -stayalive option for xinetd or it will exit on Heartbeat stop. Alternatively, you may enable some internal service such as echo. SUPPORTED PARAMETERS
service The name of the service managed by xinetd. (required, string, no default) SUPPORTED ACTIONS
This resource agent supports the following actions (operations): start Starts the resource. Suggested minimum timeout: 20s. stop Stops the resource. Suggested minimum timeout: 20s. restart Suggested minimum timeout: 20s. status Performs a status check. Suggested minimum timeout: 10. Suggested interval: 10. monitor Performs a detailed status check. Suggested minimum timeout: 10. Suggested interval: 10. validate-all Performs a validation of the resource configuration. Suggested minimum timeout: 5. meta-data Retrieves resource agent metadata (internal use only). Suggested minimum timeout: 5. EXAMPLE
The following is an example configuration for a Xinetd resource using the crm(8) shell: primitive p_Xinetd ocf:heartbeat:Xinetd params service=string op monitor depth="0" timeout="10" interval="10" SEE ALSO
http://www.linux-ha.org/wiki/Xinetd_(resource_agent) AUTHOR
Linux-HA contributors (see the resource agent source for information about individual authors) resource-agents UNKNOWN 06/09/2014 OCF_HEARTBEAT_XINETD(7)
Man Page