File: mon.default

package info (click to toggle)
mon 1.2.0-9
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,860 kB
  • ctags: 538
  • sloc: perl: 15,847; ansic: 774; sh: 330; makefile: 46
file content (27 lines) | stat: -rw-r--r-- 687 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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"
# Alerts directory
ALERTSDIR="/usr/lib/mon/alert.d"
# Monitors directory
MONITORSDIR="/usr/lib/mon/mon.d"
# State directory
STATEDIR="/var/lib/mon"
# Logging directory
LOGDIR="/var/log/mon"

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