Import from Clearcase LIV_TRC6500_V2.2.3
[debian6500.git] / install / cluster / master / etc / default / smartmontools
CommitLineData
4e802319 1# Defaults for smartmontools initscript (/etc/init.d/smartmontools)
2# This is a POSIX shell fragment
3
4# List of devices you want to explicitly enable S.M.A.R.T. for
5# Not needed (and not recommended) if the device is monitored by smartd
6#enable_smart="/dev/hda /dev/hdb"
7enable_smart="/dev/sda"
8
9# uncomment to start smartd on system startup
10start_smartd=yes
11
12# uncomment to pass additional options to smartd on startup
13#smartd_opts="--interval=1800"