File: mod_fs.conf

package info (click to toggle)
ganglia-modules-linux 1.3.4-6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,376 kB
  • sloc: sh: 10,168; ansic: 1,082; makefile: 74
file content (23 lines) | stat: -rw-r--r-- 494 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"
   }
}