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