1OCF_HEARTBEAT_WINPOP(7) OCF resource agents OCF_HEARTBEAT_WINPOP(7)
2
3
4
6 ocf_heartbeat_WinPopup - Sends an SMB notification message to selected
7 hosts
8
10 WinPopup [start | stop | status | monitor | meta-data | validate-all]
11
13 Resource script for WinPopup. It sends WinPopups message to a
14 sysadmin's workstation whenever a takeover occurs.
15
17 hostfile
18 The file containing the hosts to send WinPopup messages to.
19 (required, string, no default)
20
22 This resource agent supports the following actions (operations):
23
24 start
25 Starts the resource. Suggested minimum timeout: 30.
26
27 stop
28 Stops the resource. Suggested minimum timeout: 30.
29
30 status
31 Performs a status check. Suggested minimum timeout: 10. Suggested
32 interval: 10.
33
34 monitor
35 Performs a detailed status check. Suggested minimum timeout: 10.
36 Suggested interval: 10.
37
38 validate-all
39 Performs a validation of the resource configuration. Suggested
40 minimum timeout: 5.
41
42 meta-data
43 Retrieves resource agent metadata (internal use only). Suggested
44 minimum timeout: 5.
45
47 The following is an example configuration for a WinPopup resource using
48 the crm(8) shell:
49
50 primitive p_WinPopup ocf:heartbeat:WinPopup \
51 params \
52 hostfile=string \
53 op monitor depth="0" timeout="10" interval="10"
54
56 http://www.linux-ha.org/wiki/WinPopup_(resource_agent)
57
59 Linux-HA contributors (see the resource agent source for information
60 about individual authors)
61
62
63
64resource-agents 3.9.2 07/08/2011 OCF_HEARTBEAT_WINPOP(7)