<div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">disappointing, but at least I'm not alone. I'll assume ubuntu's<br>package of monit is messed up.
</blockquote>
<div> </div>
<div>The default cycle time for Monit is 120 seconds, so it'll take a while before monit notices, i've reduced my cycle down to 20 seconds. Check your syslog to see if its actually picking up that the process has died.
</div>
<div> </div>
<div>To set your cycle time, put this line in your monitrc, change the last number for the number of seconds. Full docs are available here: <a href="http://www.tildeslash.com/monit/doc/manual.php">http://www.tildeslash.com/monit/doc/manual.php
</a></div>
<div> </div>
<div>set daemon 20 </div><br>Andrew Williams</div>