monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Exim config example


From: Martin Pala
Subject: Re: Exim config example
Date: Thu, 21 Jun 2007 19:47:49 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070217 Iceape/1.1.1 (Debian-1.1.1-2)

Thanks, added :)

Martin

Ian P. Christian wrote:
Useful for archives, perhaps might be worth adding to example page?

It's pretty much the same as sendmail example, permissions on exim
binary differ, and paths obviously differ.

check process exim with pidfile /var/run/exim.pid
 group mail
 start program = "/etc/init.d/exim start"
 stop  program = "/etc/init.d/exim stop"
 if failed port 25 protocol smtp then restart
 if 5 restarts within 5 cycles then timeout
 depends on exim_bin
 depends on exim_rc

check file exim_bin with path /usr/sbin/exim
 group mail
 if failed checksum then unmonitor
 if failed permission 4755 then unmonitor
 if failed uid root then unmonitor
 if failed gid root then unmonitor

check file exim_rc with path /etc/init.d/exim
 group mail
 if failed checksum then unmonitor
 if failed permission 755 then unmonitor
 if failed uid root then unmonitor
 if failed gid root then unmonitor


--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general




reply via email to

[Prev in Thread] Current Thread [Next in Thread]