Search code examples
pythonlinuxubuntuprocess-managementupstart

Process monitoring - Python/Ubuntu/Linux


I have a few processes I need to run in deamon mode, I just discovered upstart so I am starting to use it.


Are there any python libraries or applications that I could use to monitor and control these processes from an html interface?

I'm asking as I would like to prevent myself from reinventing the wheel. :)


Any ideas?


Solution

  • Supervisor is pretty awesome. I haven't used the web interface though, it might suck.