1OCF_PACEMAKER_CLUSTE(7) Pacemaker Configuration OCF_PACEMAKER_CLUSTE(7)
2
3
4
6 ocf_pacemaker_ClusterMon - Runs crm_mon in the background, recording
7 the cluster status to an HTML file
8
10 [OCF_RESKEY_user=string] [OCF_RESKEY_update=integer]
11 [OCF_RESKEY_extra_options=string] OCF_RESKEY_pidfile=string
12 OCF_RESKEY_htmlfile=string ClusterMon [start | stop | monitor |
13 meta-data | validate-all]
14
16 This is a ClusterMon Resource Agent. It outputs current cluster status
17 to the html.
18
20 OCF_RESKEY_user = string [root]
21 The user we want to run crm_mon as
22
23 The user we want to run crm_mon as
24
25 OCF_RESKEY_update = integer [15000]
26 Update interval in milliseconds
27
28 How frequently should we update the cluster status (in
29 milliseconds). For compatibility with old documentation, values
30 less than 1000 will be treated as seconds.
31
32 OCF_RESKEY_extra_options = string []
33 Extra options
34
35 Additional options to pass to crm_mon. Eg. -n -r
36
37 OCF_RESKEY_pidfile = string [/tmp/ClusterMon_.pid]
38 PID file
39
40 PID file location to ensure only one instance is running
41
42 OCF_RESKEY_htmlfile = string [/tmp/ClusterMon_.html]
43 HTML output
44
45 Location to write HTML output to.
46
48 Andrew Beekhof <andrew@beekhof.net>
49 Author.
50
51
52
53Pacemaker Configuration 01/30/2019 OCF_PACEMAKER_CLUSTE(7)