Python Monitoring

Diez B. Roggisch deets at web.de
Mon Sep 20 12:03:10 EDT 2010


Glazner <yoavglazner at gmail.com> writes:

> Hi,
>
> I'm will be writing a distributed program with parallel python and i
> would like to if there are any good monitoring utilities for python.
> I would like each remote server to post messages and to see the
> messages in a web-broweser or such.
>
> I googled python monitoring and found pymon but it seems a bit
> outdated.

It's not exactly what you asked for, but the supervisord written in
Python is not only capable of watching a process (admittedly always on
the machine it is supposed to run), but can also be configured to have
XMLRPC based (and I think even other) interfaces that a central server
could poll & see the status of specific processes. I admit though that
it needs more configuration. Just wanted to mention it, because process
management might be on your list as well.

Diez



More information about the Python-list mailing list