# ALT Linux additions
set logfile syslog facility log_daemon
set statefile /var/run/monit.state
set pidfile /var/run/monit.pid
set idfile /var/run/monit.id
set mailserver localhost
set alert root@localhost

#short, informative messages
set mail-format {
	from: root@localhost
	subject: [monit] -- $SERVICE $EVENT on $HOST at $DATE
	message:
}

# should have been *.conf
include /etc/monitrc.d/*

# this enables monit for all services packaged with
# respective support (http://altlinux.org/monit)
#include /etc/monitrc.d/*.auto
