1OCF_HEARTBEAT_WINPOP(7)       OCF resource agents      OCF_HEARTBEAT_WINPOP(7)
2
3
4

NAME

6       ocf_heartbeat_WinPopup - Sends an SMB notification message to selected
7       hosts
8

SYNOPSIS

10       WinPopup [start | stop | status | monitor | meta-data | validate-all]
11

DESCRIPTION

13       Resource script for WinPopup. It sends WinPopups message to a
14       sysadmin's workstation whenever a takeover occurs.
15

SUPPORTED PARAMETERS

17       hostfile
18           The file containing the hosts to send WinPopup messages to.
19
20           (required, string, default "hosts")
21

SUPPORTED ACTIONS

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

EXAMPLE CRM SHELL

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

EXAMPLE PCS

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 depth="0" timeout="10s" interval="10s"
63

SEE ALSO

65       http://clusterlabs.org/
66

AUTHOR

68       ClusterLabs contributors (see the resource agent source for information
69       about individual authors)
70
71
72
73resource-agents UNKNOWN           10/23/2019           OCF_HEARTBEAT_WINPOP(7)
Impressum