'\" t .\" Title: ocf_pacemaker_ClusterMon .\" Author: Andrew Beekhof .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 03/31/2024 .\" Manual: Pacemaker Configuration .\" Source: Pacemaker Configuration .\" Language: English .\" .TH "OCF_PACEMAKER_CLUSTE" "7" "03/31/2024" "Pacemaker Configuration" "Pacemaker Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" ocf_pacemaker_ClusterMon \- Runs crm_mon in the background, recording the cluster status to an HTML file .SH "SYNOPSIS" .PP [\fBOCF_RESKEY_user\fR=string] [\fBOCF_RESKEY_update\fR=integer] [\fBOCF_RESKEY_extra_options\fR=string] [\fBOCF_RESKEY_pidfile\fR=string] [\fBOCF_RESKEY_htmlfile\fR=string] \fBClusterMon\fR [start | stop | monitor | meta\-data | validate\-all] .SH "DESCRIPTION" .PP This is a ClusterMon Resource Agent\&. It outputs current cluster status to the html\&. .SH "SUPPORTED PARAMETERS" .PP \fBOCF_RESKEY_user\fR = string [root] .RS 4 The user we want to run crm_mon as .sp The user we want to run crm_mon as .RE .PP \fBOCF_RESKEY_update\fR = integer [15000] .RS 4 Update interval in milliseconds .sp How frequently should we update the cluster status (in milliseconds)\&. For compatibility with old documentation, values less than 1000 will be treated as seconds\&. .RE .PP \fBOCF_RESKEY_extra_options\fR = string [] .RS 4 Extra options .sp Additional options to pass to crm_mon\&. Eg\&. \-n \-r .RE .PP \fBOCF_RESKEY_pidfile\fR = string [/tmp/ClusterMon_\&.pid] .RS 4 PID file .sp PID file location to ensure only one instance is running .RE .PP \fBOCF_RESKEY_htmlfile\fR = string [/tmp/ClusterMon_\&.html] .RS 4 HTML output .sp Location to write HTML output to\&. .RE .SH "AUTHOR" .PP \fBAndrew Beekhof\fR <\&andrew@beekhof\&.net\&> .RS 4 Author. .RE