ocf_pacemaker_HealthSMART

Langue: en

Version: 10/05/2010 (fedora - 01/12/10)

Section: 7 (Divers)

NAME

ocf_pacemaker_HealthSMART - SMART health status

SYNOPSIS

OCF_RESKEY_state=string OCF_RESKEY_drives=string OCF_RESKEY_temp_lower_limit=string OCF_RESKEY_temp_upper_limit=string

HealthSMART [start | stop | monitor | meta-data | validate-all]

DESCRIPTION

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

SUPPORTED PARAMETERS

OCF_RESKEY_state = string [/var/run//health-smart-{OCF_RESOURCE_INSTANCE}.state]

State file
Location to store the resource state in.

OCF_RESKEY_drives = string [sda]

Drives to check
The drives to check as a SPACE separated list. Enter only the part after the "/dev/" i.e. "sda". At the moment /dev/sda is hard coded. Sorry.

OCF_RESKEY_temp_lower_limit = string [0]

Lower limit for the temperature of the drive(s)
Lower limit of the temperature in deg C of the drive(s). Below this limit there status will be red. The yellow limit is 5 deg C more than this value.

OCF_RESKEY_temp_upper_limit = string [60]

Upper limit for red smart attribute
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. The yellow limit is 5 deg C below this value.

AUTHOR

Andrew Beekhof <andrew@beekhof.net>

Author.