Check manual page of smart.statsMay 02. 2012
smart.statsAuthor: Lars Michelsen License: GPL Distribution: official part of Check_MK Supported Agents: Linux This check monitors health statistics like error counters of HDDs using the
information reported by S.M.A.R.T. This check works only for HDDs which
report the value Temperature_Celsius via smartctl -A The check uses information provided by the Check_MK linux agent which are
available when the agent has been extended with the smart agent plugin.
Check parameters
Performance dataOne variable for each of the known state counters.
InventoryIf there is at least one supported value available for a HDD one service is
inventorized.
Configuration variables
Examplesmain.mk
# These are the default thresholds of the check.
smart_stats_default_levels = {
'realloc_events': (1, 1),
'realloc_sectors': (1, 1),
'spin_retries': (1, 1),
'pending_retries': (1, 1),
'cmd_timeouts': (5, 10),
'end_to_end': (1, 1),
'uncorr_errs': (1, 1),
'udma_crcs': (1, 1),
}
|
| ||||||||||||||||||||||||