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       HealthSMART [start | stop | monitor | meta-data | validate-all]
13

DESCRIPTION

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

SUPPORTED PARAMETERS

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

AUTHOR

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