1OCF_PACEMAKER_HEALTH(7) Pacemaker Configuration OCF_PACEMAKER_HEALTH(7)
2
3
4
6 ocf_pacemaker_HealthSMART - SMART health status
7
9 OCF_RESKEY_state=string OCF_RESKEY_drives=string
10 OCF_RESKEY_devices=string OCF_RESKEY_temp_lower_limit=
11 OCF_RESKEY_temp_upper_limit=string OCF_RESKEY_temp_warning=string
12
13 HealthSMART [start | stop | monitor | meta-data | validate-all]
14
16 Systhem health agent that checks the S.M.A.R.T. status of the given
17 drives and updates the #health-smart attribute.
18
20 OCF_RESKEY_state = string
21 [/var/run//HealthSMART-{OCF_RESOURCE_INSTANCE}.state]
22 State file
23
24 Location to store the resource state in.
25
26 OCF_RESKEY_drives = string [/dev/sda]
27 Drives to check
28
29 The drive(s) to check as a SPACE separated list. Enter the full
30 path to the device, e.g. "/dev/sda".
31
32 OCF_RESKEY_devices = string
33 Device types
34
35 The device type(s) to assume for the drive(s) being tested as a
36 SPACE separated list.
37
38 OCF_RESKEY_temp_lower_limit =
39 Lower limit for the red smart attribute
40
41 Lower limit of the temperature in deg C of the drive(s). Below this
42 limit the status will be red.
43
44 OCF_RESKEY_temp_upper_limit = string [60]
45 Upper limit for red smart attribute
46
47 Upper limit of the temperature if deg C of the drives(s). If the
48 drive reports a temperature higher than this value the status of
49 #health-smart will be red.
50
51 OCF_RESKEY_temp_warning = string [5]
52 Deg C below/above the upper limits for yellow smart attribute
53
54 Number of deg C below/above the upper/lower temp limits at which
55 point the status of #health-smart will change to yellow.
56
58 Andrew Beekhof <andrew@beekhof.net>
59 Author.
60
61
62
63Pacemaker Configuration 09/07/2011 OCF_PACEMAKER_HEALTH(7)