Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
filesystems.erb 247 B
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 -%>