'\" t .\" Title: ocf_pacemaker_HealthSMART .\" 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_HealthSMART \- SMART health status .SH "SYNOPSIS" .PP \fBOCF_RESKEY_state\fR=string [\fBOCF_RESKEY_drives\fR=string] [\fBOCF_RESKEY_devices\fR=string] [\fBOCF_RESKEY_temp_lower_limit\fR=string] [\fBOCF_RESKEY_temp_upper_limit\fR=string] [\fBOCF_RESKEY_temp_warning\fR=string] \fBHealthSMART\fR [start | stop | monitor | meta\-data | validate\-all] .SH "DESCRIPTION" .PP System health agent that checks the S\&.M\&.A\&.R\&.T\&. status of the given drives and updates the #health\-smart attribute\&. .SH "SUPPORTED PARAMETERS" .PP \fBOCF_RESKEY_state\fR = string [/HealthSMART\-\&.state] .RS 4 State file .sp Location to store the resource state in\&. .RE .PP \fBOCF_RESKEY_drives\fR = string [/dev/sda] .RS 4 Drives to check .sp The drive(s) to check as a SPACE separated list\&. Enter the full path to the device, e\&.g\&. "/dev/sda"\&. .RE .PP \fBOCF_RESKEY_devices\fR = string .RS 4 Device types .sp The device type(s) to assume for the drive(s) being tested as a SPACE separated list\&. .RE .PP \fBOCF_RESKEY_temp_lower_limit\fR = string [0] .RS 4 Lower limit for the red smart attribute .sp Lower limit of the temperature in deg C of the drive(s)\&. Below this limit the status will be red\&. .RE .PP \fBOCF_RESKEY_temp_upper_limit\fR = string [60] .RS 4 Upper limit for red smart attribute .sp Upper limit of the temperature if deg C of the drives(s)\&. If the drive reports a temperature higher than this value the status of #health\-smart will be red\&. .RE .PP \fBOCF_RESKEY_temp_warning\fR = string [5] .RS 4 Deg C below/above the upper limits for yellow smart attribute .sp Number of deg C below/above the upper/lower temp limits at which point the status of #health\-smart will change to yellow\&. .RE .SH "AUTHOR" .PP \fBAndrew Beekhof\fR <\&andrew@beekhof\&.net\&> .RS 4 Author. .RE