Re: [Twisted-Python] Recommended daemon monitoring tools for ubuntu

2013-05-20 Thread Glyph
On May 16, 2013, at 11:14 AM, Louis D. Burr wrote: > Another simple option is to use twisted's own procmon.ProcessMonitor to > launch your twistd daemon. You can use it "out of the box", or implement > your own service based upon it, e.g., To be clear, 'out of the box' here means something l

Re: [Twisted-Python] Recommended daemon monitoring tools for ubuntu

2013-05-18 Thread Vincent Bernat
❦ 16 mai 2013 19:02 CEST, Jonathan Vanasco  : > 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 a

Re: [Twisted-Python] Recommended daemon monitoring tools for ubuntu

2013-05-16 Thread Louis D. Burr
On May 16, 2013, at 12:34 PM, Justin Venus wrote:IMO monit is pretty easy to setup and probably your best bet.  However you could get puppet, chef, or cfengine to start processes for you.  If you are feeling adventurous, you could set up something like apache mesos to keep your tasks running.Justi

Re: [Twisted-Python] Recommended daemon monitoring tools for ubuntu

2013-05-16 Thread Sai Kalyan Reddy P
I use supervisord and as mentioned has a good log-handling, easy to setup and use. On Thu, May 16, 2013 at 1:34 PM, Justin Venus wrote: > IMO monit is pretty easy to setup and probably your best bet. However you > could get puppet, chef, or cfengine to start processes for you. If you are > fee

Re: [Twisted-Python] Recommended daemon monitoring tools for ubuntu

2013-05-16 Thread Justin Venus
IMO monit is pretty easy to setup and probably your best bet. However you could get puppet, chef, or cfengine to start processes for you. If you are feeling adventurous, you could set up something like apache mesos to keep your tasks running. Justin Venus On May 16, 2013 10:27 AM, "Jonathan Vana

Re: [Twisted-Python] Recommended daemon monitoring tools for ubuntu

2013-05-16 Thread Christopher Armstrong
On Thu, May 16, 2013 at 12:02 PM, Jonathan Vanasco 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