This file is indexed.

/usr/share/puppet/modules.available/sbitio-monit/templates/system_test_filesystems.erb is in puppet-module-sbitio-monit 1.0.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
---
<% @system_fs.each do |fs| %>
  fs_<%= fs %> :
    path: <%= fs %>
    tests:
      - type: fsflags
      - type: space
        operator: '>'
        value: <%= @system_fs_space_usage %>
      - type: inode
        operator: '>'
        value: <%= @system_fs_inode_usage %>
<% end %>