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