File mkeventd.sysconfig of Package check_mk
## Path: Network/Monitors/MK_Eventd
## Description: Check_MK Event Console Daemon Startup Config
#
## Type: string
## Default: nagios
#
# The user that mkeventd should be started as.
#
RUNUSER='nagios'
## Type: string
## Default: /var/spool/check_mk/mkeventd
#
# Path to the socket directory.
# Please keep in mind that the directory has to exist and
# the user mkeventd is running under (RUNUSER) should be
# able to create files in the directory.
#
SOCKETDIR='/var/spool/check_mk/mkeventd/'
## Type: string
## Default: /usr/bin/mkeventd
#
# The binary to use.
# Choose between one of:
# /usr/bin/mkeventd
# or
# /usr/bin/mkeventd_open514 --syslog --syslog-fd 3
#
# The last one starts mkeventd with integrated syslog.
#
MKEVENT_DAEMON='/usr/bin/mkeventd'
## Type: string
## Default: /var/lib/mkevent
#
# The directory containing different files needed during runtime.
#
VARDIR='/var/lib/mkeventd'
## Type: string
## Default: $SOCKETDIR/mkeventd.pid
#
# The pid file of the main mkeventd process.
# Used by systemd and other processes to identify
# the running process PID.
#
PIDFILE="$SOCKETDIR/pid"
## Type: string
## Default: /etc/check_mk
#
# The directory containing the configuration files of
# mkeventd. Normally this should be the same as the
# configuration directory for check_mk.
#
CONFDIR=/etc/check_mk
## Type: string
## Default: -C $CONFDIR --statedir $VARDIR --logdir $VARDIR -P $SOCKETDIR/events -E $SOCKETDIR/eventsocket -S $SOCKETDIR/status --pidfile $PIDFILE
#
# The final list of options that is used to start the
# mkeventd. Most variables are defined (and described)
# in this file already, but feel free to enhance the
# options with anything you like to add here.
#
MKEVENTD_OPTS="-C $CONFDIR --statedir $VARDIR --logdir $VARDIR -P $SOCKETDIR/events -E $SOCKETDIR/eventsocket -S $STATUS_SOCKET --pidfile $PIDFILE"