# arguments for mpt-status(8); the most important are:
#   --autoload -- will attempt to load kernel module
#   -i -- SCSI ID (this is also pulled from MPT_ID)
#   -u -- controller unit
#   -s -- status message only
MPT_ARGS="-s"

# -i value; takes precedence over MPT_ARGS
#MPT_ID="1"

# alert this address (cronjob silently quits if it's not set)
#MAILTO=

