Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #5787 > unrolled thread

application level monitoring for python

Started byWalter Chang <weidezhang2007@gmail.com>
First post2011-05-19 13:18 -0700
Last post2011-05-21 14:01 +0100
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  application level monitoring for python Walter Chang <weidezhang2007@gmail.com> - 2011-05-19 13:18 -0700
    Re: application level monitoring for python John J Lee <jjl@pobox.com> - 2011-05-21 14:01 +0100

#5787 — application level monitoring for python

FromWalter Chang <weidezhang2007@gmail.com>
Date2011-05-19 13:18 -0700
Subjectapplication level monitoring for python
Message-ID<7281a33b-a32c-4eba-8646-82d9cef459b1@m10g2000yqd.googlegroups.com>
Hi

is there any open source library for python that can allow application
level monitoring ? For example,application can send per request level/
aggregated monitoring events and some remote server dump it and show
in the monitoring graph in real time  ?  What's best way of doing
that ?

[toc] | [next] | [standalone]


#5918

FromJohn J Lee <jjl@pobox.com>
Date2011-05-21 14:01 +0100
Message-ID<871uzs8ax9.fsf@pobox.com>
In reply to#5787
Walter Chang <weidezhang2007@gmail.com> writes:

> Hi
>
> is there any open source library for python that can allow application
> level monitoring ? For example,application can send per request level/
> aggregated monitoring events and some remote server dump it and show
> in the monitoring graph in real time  ?  What's best way of doing
> that ?

Zenoss is a popular tool for that kind of thing.  Here's an example of
sending a Zenoss event over XML-RPC:

http://dancingpenguinsoflight.com/2009/05/send-events-to-zenoss-from-scripts/

Presumably you can send it evnts over other transports somehow (e.g. UDP).

Zenoss is itself implemented in Python.


John

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web