This file is indexed.

/etc/ganglia/conf.d/mod_fs.conf-sample is in ganglia-modules-linux 1.3.4-6ubuntu1.

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
14
15
16
17
18
19
20
21
22
modules {
  module {
    name = "fs_module"
    path = "/usr/lib/ganglia/modfs.so"
  }
}


#/* Filesystem DSO metric */
#/* Additional metrics should be added to the
#    collection group to represent each mount
#    discovered on the system.  See available
#    discovered metrics through ./gmond -m command. */
collection_group {
  collect_every = 10
  time_threshold = 50
   metric {
     name_match = "fs_([a-z]+_[a-z]+)_(.+)$"
     value_threshold = 1.0
     title = "FS \\1: \\2"
   }
}