# /etc/default/nagios3

# Enable Nagios3 at boottime? ("no" disables nagios3)
# compatibility note: if this variable is _not_ found Nagios3 will start
ENABLED="yes"

# location of the nagios configuration file
NAGIOSCFG="/etc/nagios3/nagios.cfg"

# location of the CGI configuration file
CGICFG="/etc/nagios3/cgi.cfg"

# nicelevel to run nagios daemon with
NICENESS=5

# if you use pam_tmpdir, you need to explicitly set TMPDIR:
#TMPDIR=/tmp
