monit-general
[Top][All Lists]
Advanced

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

Known bug? Service entries need stop line.


From: Francisco Reyes
Subject: Known bug? Service entries need stop line.
Date: Mon, 07 Nov 2005 10:39:02 -0500
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050911)

From the little time in the list I see that a number of issues have been resolved in CVS since the last release.
Is there a list of fixed problems?

Using version 4.6 I noticed that if the control file had a start, but not a stop section that the service would not get monitored. Is that the expected behavior?

The configuration, as I first tried, was:
check process spamd with pidfile /var/run/spamd.pid
  start program = "/usr/local/etc/rc.d/spamd.sh start"
  if 5 restarts within 5 cycles then timeout

The one that did work:
check process spamd with pidfile /var/run/spamd.pid
  start program = "/usr/local/etc/rc.d/spamd.sh start"
  stop program = "/usr/local/etc/rc.d/spamd.sh stop"
  if 5 restarts within 5 cycles then timeout




reply via email to

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