diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-27 11:47:41 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-27 11:47:41 -0200 |
commit | 57a2592ec6ffd65601999b3d5e683b73ea709d87 (patch) | |
tree | 44d54a018f9c1f89032713c0c2d8467427040780 /files/default | |
download | puppet-smartmontools-57a2592ec6ffd65601999b3d5e683b73ea709d87.tar.gz puppet-smartmontools-57a2592ec6ffd65601999b3d5e683b73ea709d87.tar.bz2 |
Initial import
Diffstat (limited to 'files/default')
-rw-r--r-- | files/default/smarmontools.erb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/files/default/smarmontools.erb b/files/default/smarmontools.erb new file mode 100644 index 0000000..b6e24f9 --- /dev/null +++ b/files/default/smarmontools.erb @@ -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" |