summaryrefslogtreecommitdiff
path: root/files/default/smartmontools
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-01-27 14:11:41 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-01-27 14:11:41 -0200
commitbbfa43a9238c274d8c65d2d879cbf31a89d86b29 (patch)
tree58836fa60636dc00173f9c66e6a0de2176aabea6 /files/default/smartmontools
parent6696f5d020b34bbb9149f9a860d047340666c90c (diff)
downloadpuppet-smartmontools-bbfa43a9238c274d8c65d2d879cbf31a89d86b29.tar.gz
puppet-smartmontools-bbfa43a9238c274d8c65d2d879cbf31a89d86b29.tar.bz2
Minor fix (2)
Diffstat (limited to 'files/default/smartmontools')
-rw-r--r--files/default/smartmontools12
1 files changed, 12 insertions, 0 deletions
diff --git a/files/default/smartmontools b/files/default/smartmontools
new file mode 100644
index 0000000..b6e24f9
--- /dev/null
+++ b/files/default/smartmontools
@@ -0,0 +1,12 @@
+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"
+
+# uncomment to start smartd on system startup
+start_smartd=yes
+
+# uncomment to pass additional options to smartd on startup
+#smartd_opts="--interval=1800"