]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/templates/default/smartd.conf.erb
osqa: remove search, replaced with duckduckgo iframe
[chef.git] / cookbooks / hardware / templates / default / smartd.conf.erb
index 6f88cf674ed1dcbdd11a7d21f5886266f692ed97..640cd27a9bc986c3a3dfdf35f3df58205964218c 100644 (file)
@@ -2,8 +2,8 @@
   
 <% @disks.each do |disk| -%>
 <% if disk[:smart] -%>
-/dev/<%= disk[:device] %> -d <%= disk[:smart] %> -s (S/../.././4|L/../../7/2) -m admins@openstreetmap.org -M exec /usr/local/bin/smartd-mailer
+/dev/<%= disk[:device] %> -d <%= disk[:smart] %> -s (L/../../5/23|S/../.././01) -n standby -m admins@openstreetmap.org -M exec /usr/local/bin/smartd-mailer
 <% else -%>
-/dev/<%= disk[:device] %> -s (S/../.././4|L/../../7/2) -m admins@openstreetmap.org -M exec /usr/local/bin/smartd-mailer
+/dev/<%= disk[:device] %> -s (L/../../5/23|S/../.././01) -n standby -m admins@openstreetmap.org -M exec /usr/local/bin/smartd-mailer
 <% end -%>
 <% end -%>