# This is the configuration file for Monitors.

## Command used to execute remote commands. Uncomment and modify to suit
## the mechanism that you use. The shown value is the default (see file
## classes/AAFID/Monitor.pm)
## See doc/notes/Config.txt for details.
## IMPORTANT: The string has to be in single quotes to avoid interpolation
##            of the variables. Do not put double quotes anywhere in this
##            parameter.
#RemoteExecCmd: '/bin/sh -c \'nohup ssh $host $remotecmd >/dev/null 2>/dev/null &\''

## Command executed in a remote host (using RemoteExecCmd) to start a
## new transceiver. The provided Starter program is recommended, because
## it knows how to communicate back to the monitor, start the Transceiver,
## and do all the necessary housekeeping. If the account in which the
## command will be executed has its PERLLIB environment variable set
## correctly to point to the classes/ subdirectory of the distribution,
## the default value (shown) should work ok. You want the command to
## load the AAFID::Starter class, or alternatively to execute Starter.pm
## as a stand alone program.
## See doc/notes/Config.txt for details.
#StarterExecCmd: 'perl -w -mAAFID::Starter -e0 -- --host $myhost --port $myport'

## If defined, all STATUS_UPDATE messages are stored in this file.
# StatusUpdateFile: /tmp/status_update.log
## Whether to send STATUS_UPDATE messages up or not, independently of
## they being stored in a file.
StatusUpdateSendUp: 1
