/etc/ganglia/conf.d/mod_multicpu.conf-sample is in ganglia-modules-linux 1.3.6-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 14 15 16 17 18 19 20 21 22 | modules {
module {
name = "multicpu_module"
path = "/usr/lib/ganglia/modmulticpu.so"
}
}
#/* Multi CPU DSO metric */
#/* Additional metrics should be added to the
# collection group to represent each CPU
# discovered on the system. See available
# discovered metrics through ./gmond -m command. */
collection_group {
collect_every = 10
time_threshold = 50
metric {
name_match = "multicpu_([a-z]+)([0-9]+)"
value_threshold = 1.0
title = "CPU-\\2 \\1"
}
}
|