1OCF_PACEMAKER_HEALTH(7)     Pacemaker Configuration    OCF_PACEMAKER_HEALTH(7)
2
3
4

NAME

6       ocf_pacemaker_HealthSMART - SMART health status
7

SYNOPSIS

9       OCF_RESKEY_state=string [OCF_RESKEY_drives=string]
10       [OCF_RESKEY_devices=string] [OCF_RESKEY_temp_lower_limit=string]
11       [OCF_RESKEY_temp_upper_limit=string] [OCF_RESKEY_temp_warning=string]
12
13       HealthSMART [start | stop | monitor | meta-data | validate-all]
14

DESCRIPTION

16       System health agent that checks the S.M.A.R.T. status of the given
17       drives and updates the #health-smart attribute.
18

SUPPORTED PARAMETERS

20       OCF_RESKEY_state = string [/HealthSMART-.state]
21           State file
22
23           Location to store the resource state in.
24
25       OCF_RESKEY_drives = string [/dev/sda]
26           Drives to check
27
28           The drive(s) to check as a SPACE separated list. Enter the full
29           path to the device, e.g. "/dev/sda".
30
31       OCF_RESKEY_devices = string
32           Device types
33
34           The device type(s) to assume for the drive(s) being tested as a
35           SPACE separated list.
36
37       OCF_RESKEY_temp_lower_limit = string [0]
38           Lower limit for the red smart attribute
39
40           Lower limit of the temperature in deg C of the drive(s). Below this
41           limit the status will be red.
42
43       OCF_RESKEY_temp_upper_limit = string [60]
44           Upper limit for red smart attribute
45
46           Upper limit of the temperature if deg C of the drives(s). If the
47           drive reports a temperature higher than this value the status of
48           #health-smart will be red.
49
50       OCF_RESKEY_temp_warning = string [5]
51           Deg C below/above the upper limits for yellow smart attribute
52
53           Number of deg C below/above the upper/lower temp limits at which
54           point the status of #health-smart will change to yellow.
55

AUTHOR

57       Andrew Beekhof <andrew@beekhof.net>
58           Author.
59
60
61
62Pacemaker Configuration           11/26/2019           OCF_PACEMAKER_HEALTH(7)
Impressum