# Defaults for mon initscript
# Created by Dario Minnucci <midget@debian.org>

# Master system-wide mon switch.
# The initscript will not run if ENABLED is set 
# to values other than: "yes", "true" or "1".
ENABLED="yes"

# Configuration file
CONFIGFILE="/etc/mon/mon.cf"
# Auth file
#AUTHFILE="/etc/mon/auth.cf"

# Base configuration directory
CFBASEDIR="/etc/mon"
# Monitors directory
MONITORSDIR="/usr/lib/mon/mon.d:/usr/lib/mon/mon-local.d"
# State directory
STATEDIR="/var/lib/mon"

# Deamon options
DAEMON_OPTS="-B ${CFBASEDIR} -s ${MONITORSDIR} -D ${STATEDIR} -f -c ${CONFIGFILE}"

