almost every thing is ready
[debian6500.git] / master / etc / default / smartmontools
diff --git a/master/etc/default/smartmontools b/master/etc/default/smartmontools
new file mode 100644 (file)
index 0000000..5227d59
--- /dev/null
@@ -0,0 +1,13 @@
+# Defaults for smartmontools initscript (/etc/init.d/smartmontools)
+# This is a POSIX shell fragment
+
+# List of devices you want to explicitly enable S.M.A.R.T. for
+# Not needed (and not recommended) if the device is monitored by smartd
+#enable_smart="/dev/hda /dev/hdb"
+enable_smart="/dev/sda"
+
+# uncomment to start smartd on system startup
+start_smartd=yes
+
+# uncomment to pass additional options to smartd on startup
+#smartd_opts="--interval=1800"