# Ganglia metric module for EventLogging ZeroMQ publishers.
# Counts messages per second. This file is managed by Puppet.
modules {
module {
name = "eventlogging_mon"
language = "python"
}
}
collection_group {
collect_every = 30
time_threshold = 60
metric {
name_match = "eventlogging_(.+)"
title = "\\1"
value_threshold = 0
}
}