'\" t .\" Title: ocf_pacemaker_HealthCPU .\" Author: Andrew Beekhof .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 01/08/2021 .\" Manual: Pacemaker Configuration .\" Source: Pacemaker Configuration .\" Language: English .\" .TH "OCF_PACEMAKER_HEALTH" "7" "01/08/2021" "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_HealthCPU \- System health CPU usage .SH "SYNOPSIS" .PP \fBOCF_RESKEY_state\fR=string \fBOCF_RESKEY_yellow_limit\fR=string \fBOCF_RESKEY_red_limit\fR=string \fBHealthCPU\fR [start | stop | monitor | meta\-data | validate\-all] .SH "DESCRIPTION" .PP System health agent that measures the CPU idling and updates the #health\-cpu attribute\&. .SH "SUPPORTED PARAMETERS" .PP \fBOCF_RESKEY_state\fR = string [/health\-cpu\-\&.state] .RS 4 State file .sp Location to store the resource state in\&. .RE .PP \fBOCF_RESKEY_yellow_limit\fR = string [50] .RS 4 Lower limit for yellow health attribute .sp Lower (!) limit of idle percentage to switch the health attribute to yellow\&. I\&.e\&. the #health\-cpu will go yellow if the %idle of the CPU falls below 50%\&. .RE .PP \fBOCF_RESKEY_red_limit\fR = string [10] .RS 4 Lower limit for red health attribute .sp Lower (!) limit of idle percentage to switch the health attribute to red\&. I\&.e\&. the #health\-cpu will go red if the %idle of the CPU falls below 10%\&. .RE .SH "AUTHOR" .PP \fBAndrew Beekhof\fR <\&andrew@beekhof\&.net\&> .RS 4 Author. .RE