OCF_HEARTBEAT_AUDIBL(7) | OCF resource agents | OCF_HEARTBEAT_AUDIBL(7) |
ocf_heartbeat_AudibleAlarm - Emits audible beeps at a configurable interval
AudibleAlarm [start | stop | status | monitor | meta-data | validate-all]
Resource script for AudibleAlarm. It sets an audible alarm running by beeping at a set interval.
nodelist
(optional, string, no default)
This resource agent supports the following actions (operations):
start
stop
restart
status
monitor
meta-data
validate-all
The following is an example configuration for a AudibleAlarm resource using the crm(8) shell:
primitive p_AudibleAlarm ocf:heartbeat:AudibleAlarm \
op monitor depth="0" timeout="10s" interval="10s"
The following is an example configuration for a AudibleAlarm resource using pcs(8)
pcs resource create p_AudibleAlarm ocf:heartbeat:AudibleAlarm \
op monitor OCF_CHECK_LEVEL="0" timeout="10s" interval="10s"
http://clusterlabs.org/
ClusterLabs contributors (see the resource agent source for information about individual authors)
04/13/2023 | resource-agents 4.12.0-2 |