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=string]
11 [OCF_RESKEY_temp_upper_limit=string] [OCF_RESKEY_temp_warning=string]
12 [OCF_RESKEY_smartctl=string] [OCF_RESKEY_dampen=integer]
13
14 HealthSMART [start | stop | monitor | meta-data | validate-all |
15 reload-agent]
16
18 System health agent that checks the S.M.A.R.T. status of the given
19 drives and updates the #health-smart attribute.
20
22 OCF_RESKEY_state = string [/HealthSMART-.state]
23 State file
24
25 Location to store the resource state in.
26
27 OCF_RESKEY_drives = string [/dev/sda]
28 Drives to check
29
30 The drive(s) to check as a SPACE separated list. Enter the full
31 path to the device, e.g. "/dev/sda".
32
33 OCF_RESKEY_devices = string
34 Device types
35
36 The device type(s) to assume for the drive(s) being tested as a
37 SPACE separated list.
38
39 OCF_RESKEY_temp_lower_limit = string [0]
40 Lower limit for the red smart attribute
41
42 Lower limit of the temperature in deg C of the drive(s). Below this
43 limit the status will be red.
44
45 OCF_RESKEY_temp_upper_limit = string [60]
46 Upper limit for red smart attribute
47
48 Upper limit of the temperature if deg C of the drives(s). If the
49 drive reports a temperature higher than this value the status of
50 #health-smart will be red.
51
52 OCF_RESKEY_temp_warning = string [5]
53 Deg C below/above the upper limits for yellow smart attribute
54
55 Number of deg C below/above the upper/lower temp limits at which
56 point the status of #health-smart will change to yellow.
57
58 OCF_RESKEY_smartctl = string [/usr/sbin/smartctl]
59 The path to the smartctl program
60
61 The path to the smartctl program, used for querying device health.
62
63 OCF_RESKEY_dampen = integer [5s]
64 Dampening interval
65
66 The time to wait (dampening) for further changes to occur
67
69 Andrew Beekhof <andrew@beekhof.net>
70 Author.
71
72
73
74Pacemaker Configuration 12/08/2022 OCF_PACEMAKER_HEALTH(7)