[Twisted-Python] Recommended daemon monitoring tools for ubuntu

Christopher Armstrong radix at twistedmatrix.com
Thu May 16 11:31:17 MDT 2013


On Thu, May 16, 2013 at 12:02 PM, Jonathan Vanasco
<twisted-python at 2xlp.com>wrote:

> Hi,
>
> i'm running a twisted daemon on ubuntu
>
> It seems to get shut down by the system periodically.  Logs show that the
> kernel (or something) kills it for taking up too much memory.  I definitely
> have coding issues in there that i'm working on to address this.
>
> Does anyone have a suggestion for tools I can easily use on ubuntu to
> monitor and restart if needed ?  I haven't had to do something like this in
> 5 years, and back then it was a hassle to get monit or supervisord working.
>
>

I like supervisord, for its watchdog functionality as well as log handling.
It's pretty easy to configure. I recommend using twistd --nodaemon (-n)
with it.

-- 
Christopher Armstrong
http://radix.twistedmatrix.com/
http://planet-if.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20130516/44b58526/attachment.html>


More information about the Twisted-Python mailing list