1OCF_HEARTBEAT_AUDIBL(7) OCF resource agents OCF_HEARTBEAT_AUDIBL(7)
2
3
4
6 ocf_heartbeat_AudibleAlarm - Emits audible beeps at a configurable
7 interval
8
10 AudibleAlarm [start | stop | status | monitor | meta-data |
11 validate-all]
12
14 Resource script for AudibleAlarm. It sets an audible alarm running by
15 beeping at a set interval.
16
18 nodelist
19 The node list that should never sound the alarm. (optional,
20 string, no default)
21
23 This resource agent supports the following actions (operations):
24
25 start
26 Starts the resource. Suggested minimum timeout: 10.
27
28 stop
29 Stops the resource. Suggested minimum timeout: 10.
30
31 restart
32 Suggested minimum timeout: 10.
33
34 status
35 Performs a status check. Suggested minimum timeout: 10. Suggested
36 interval: 10.
37
38 monitor
39 Performs a detailed status check. Suggested minimum timeout: 10.
40 Suggested interval: 10.
41
42 meta-data
43 Retrieves resource agent metadata (internal use only). Suggested
44 minimum timeout: 5.
45
46 validate-all
47 Performs a validation of the resource configuration. Suggested
48 minimum timeout: 5.
49
51 The following is an example configuration for a AudibleAlarm resource
52 using the crm(8) shell:
53
54 primitive p_AudibleAlarm ocf:heartbeat:AudibleAlarm \
55 op monitor depth="0" timeout="10" interval="10"
56
58 http://www.linux-ha.org/wiki/AudibleAlarm_(resource_agent)
59
61 Linux-HA contributors (see the resource agent source for information
62 about individual authors)
63
64
65
66resource-agents 3.9.2 07/08/2011 OCF_HEARTBEAT_AUDIBL(7)