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.
20
21 (optional, string, no default)
22
24 This resource agent supports the following actions (operations):
25
26 start
27 Starts the resource. Suggested minimum timeout: 10s.
28
29 stop
30 Stops the resource. Suggested minimum timeout: 10s.
31
32 restart
33 Suggested minimum timeout: 10s.
34
35 status
36 Performs a status check. Suggested minimum timeout: 10s. Suggested
37 interval: 10s.
38
39 monitor
40 Performs a detailed status check. Suggested minimum timeout: 10s.
41 Suggested interval: 10s.
42
43 meta-data
44 Retrieves resource agent metadata (internal use only). Suggested
45 minimum timeout: 5s.
46
47 validate-all
48 Performs a validation of the resource configuration. Suggested
49 minimum timeout: 5s.
50
52 The following is an example configuration for a AudibleAlarm resource
53 using the crm(8) shell:
54
55 primitive p_AudibleAlarm ocf:heartbeat:AudibleAlarm \
56 op monitor depth="0" timeout="10s" interval="10s"
57
59 The following is an example configuration for a AudibleAlarm resource
60 using pcs(8)
61
62 pcs resource create p_AudibleAlarm ocf:heartbeat:AudibleAlarm \
63 op monitor depth="0" timeout="10s" interval="10s"
64
66 http://clusterlabs.org/
67
69 ClusterLabs contributors (see the resource agent source for information
70 about individual authors)
71
72
73
74resource-agents UNKNOWN 10/24/2018 OCF_HEARTBEAT_AUDIBL(7)