# This file controls the configuration of ocsinventory-fermi
# as a part of the Scientific Linux Inventory Project at Fermilab

# MAXWAITTIME
#   ocsinventory-fermi waits for a random time before starting
#   This setting sets the maximum time in minutes.
MAXWAITTIME=25

# LOGFILE
#   Store log information here on OCS runs
LOGFILE=/var/log/ocsinventory

# DEBUG
#     true - turn on debug mode - be more verbose
#     false - Do not run in debug mode (default)
#   + anything other than true defaults to false
DEBUG=false

# MAILLIST
#   This is a comma deliminated list of addresses to email
#   debug reports to if DEBUG is enabled when this runs
#   Example:  MAILLIST="root,me@mydomain.com,you@yourdomain.org"
#   Default is root on the local system
MAILLIST="root"

