# This is the configuration file for the Agent class, which means that
# the parameters set here override the global ones for all agents.

## Change the check period for all the agents to 15 seconds
# Note that this would set the CheckPeriod parameter of _ALL_ the
# agents to 15 seconds, even for those agents that do not need or use
# this parameter. Since this parameter has a special meaning (if it
# is defined, then the Check() subroutine is called periodically
# automatically), then defining it may break some agents. It may
# be better to change this parameter in the config file for some
# special agent class. For example, see CheckInet.
# CheckPeriod: 15

# Some parameter you want all your agents to have access to
# TroubleEmailAddress: trouble@your.site
