#------------------------------------------------------------------------------ # /etc/config.d/smartmon - configuration for S.M.A.R.T. services on EIS/FAIR # # Copyright (c) 2004-2008 Jens Berger # # Creation: 09.02.2004 jb # Last Update: $Id$ # # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #------------------------------------------------------------------------------ #------------------------------------------------------------------------------ # General settings #------------------------------------------------------------------------------ START_SMARTMON='yes' # start smartmon: yes or no SMARTMON_DEVICE_N='1' # smartmon for N filesystems #------------------------------------------------------------------------------ # Device specific settings #------------------------------------------------------------------------------ SMARTMON_DEVICE_1_ACTIVE='yes' # yes or no SMARTMON_DEVICE_1_TYPE='ata' # ata, sat, scsi, marvell, 3ware or cciss SMARTMON_DEVICE_1_NAME='/dev/hda' # device name, e.g /dev/hda for ata SMARTMON_DEVICE_1_ARGS='' # additional arguments for finetuning # or problematic drives SMARTMON_DEVICE_1_OVERRIDE_DEFAULT='no' # override default smartmon # setting? yes or no SMARTMON_DEVICE_1_PLOT='yes' # should smartmon log and plot history # of smart values for this device? SMARTMON_DEVICE_1_WARN_N='0' # number of attributes to watch SMARTMON_DEVICE_1_WARN_1_ATTRIBUTE='Temperature_Celsius' # watch for attribute SMARTMON_DEVICE_1_WARN_1_KIND='raw' # watch 'raw' or 'smart' values? SMARTMON_DEVICE_1_WARN_1_RELATION='over' # warn 'over' or 'under' threshold? SMARTMON_DEVICE_1_WARN_1_THRESHOLD='30' # threshold value #------------------------------------------------------------------------------ # Mail settings #------------------------------------------------------------------------------ SMARTMON_STARTUP_TESTMAIL='yes' # send testmail when smartd # is starting? yes or no SMARTMON_FAILURE_MAIL_TO='root@localhost' # recipient of failure mails #------------------------------------------------------------------------------ # Plot settings #------------------------------------------------------------------------------ SMARTMON_PLOT='yes' # log and plot? yes or no SMARTMON_PLOT_SHOW_SN='yes' # show drive serial number on plot? #------------------------------------------------------------------------------ # Cron settings #------------------------------------------------------------------------------ SMARTMON_PLOT_CRON_SCHEDULE='05 */1 * * *' # time to log and plot #------------------------------------------------------------------------------ # End #------------------------------------------------------------------------------