As an altrenative to crontab job you can have hobbit restart devmon service when it hangs ...<br><br>in hobbit-alerts.cfg <br><br>...<br>HOST=<a href="http://xxx.yyy.com">xxx.yyy.com</a> COLOR=purple SERVICE=dm<br>        SCRIPT /home/hobbit/bin/devmon_restart.sh 1234567890<br>
<br>...<br><br>#cat /home/hobbit/bin/devmon_restart.sh<br><br>ps -ax | grep devm | grep perl|awk '{print $1}' | xargs kill<br><br>sleep 60<br><br>ps -ax | grep devm | grep perl|awk '{print $1}' | xargs kill<br>
<br>sleep 10<br><br>/home/hobbit/devmon/devmon<br><br><br><br><br><br><div class="gmail_quote">On Mon, Jun 9, 2008 at 6:35 AM, Michael A. Price <<a href="mailto:mprice@sgt-inc.com">mprice@sgt-inc.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



<div>
<font face="Verdana, Helvetica, Arial"><span style="font-size: 12px;">A lot of us have this problem, I think its a known-bug.<br>
<br>
We just setup a crontab to restart once an hour.<br>
<br>
Let us know if you figure it out, michael<br>
<br>
<br>
On 6/9/08 9:18 AM, "Kauffman, Tom" <<a href="mailto:KauffmanT@nibco.com" target="_blank">KauffmanT@nibco.com</a>> wrote:<br>
<br>
</span></font><blockquote><font face="Verdana, Helvetica, Arial"><span style="font-size: 12px;"><br>
<br>
Devmon is hanging for me, on average once per day. No error messages anywhere that I can see, no entries in the log, nothing.<br>
<br>
All the processes are present.<br>
<br>
The 'fix' is to kill the master, wait for all the child processes and the master to exit, and restart. I now have a hobbit extension script checking the last dm status and killing devmon if the update was over 4 minutes old.<br>

<br>
What can I do to get a better handle on the error?<br>
<br>
Tom Kauffman<br>
NIBCO INC<br>
CONFIDENTIALITY NOTICE:  This email and any attachments are for the<br>
exclusive and confidential use of the intended recipient.  If you are not<br>
the intended recipient, please do not read, distribute or take action in<br>
reliance upon this message. If you have received this in error, please<br>
notify us immediately by return email and promptly delete this message<br>
and its attachments from your computer system. We do not waive <br>
attorney-client or work product privilege by the transmission of this<br>
message.<br>
<br>
<br>
-------------------------------------------------------------------------<br>
Check out the new SourceForge.net Marketplace.<br>
It's the best place to buy or sell services for<br>
just about anything Open Source.<br>
<a href="http://sourceforge.net/services/buy/index.php" target="_blank">http://sourceforge.net/services/buy/index.php</a><br>
_______________________________________________<br>
Devmon-support mailing list<br>
<a href="mailto:Devmon-support@lists.sourceforge.net" target="_blank">Devmon-support@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/devmon-support" target="_blank">https://lists.sourceforge.net/lists/listinfo/devmon-support</a><br>
<br>
</span></font></blockquote><font face="Verdana, Helvetica, Arial"><span style="font-size: 12px;"><br>
<br>
</span></font>
</div>


</blockquote></div><br>