Newer
Older
<% @local_volumes.each do |volume| -%>
check filesystem fs_<%= volume %> with path <%= volume %>
if space usage > 80% for 5 times within 15 cycles then alert
if inode usage > 80% for 5 times within 15 cycles then alert
<% end -%>