]> git.openstreetmap.org Git - chef.git/blob - cookbooks/hardware/templates/default/munin.smart.erb
Report correct size for directly connected diaks
[chef.git] / cookbooks / hardware / templates / default / munin.smart.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 [smart_<%= @disk[:munin] %>]
4 <% if @disk[:driver] -%>
5 env.smartargs -H -d <%= @disk[:driver] %>,<%= @disk[:id] %>
6 <% else -%>
7 env.smartargs -H
8 <% end -%>