Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #5918
| From | John J Lee <jjl@pobox.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: application level monitoring for python |
| References | <7281a33b-a32c-4eba-8646-82d9cef459b1@m10g2000yqd.googlegroups.com> |
| Message-ID | <871uzs8ax9.fsf@pobox.com> (permalink) |
| Organization | virginmedia.com |
| Date | 2011-05-21 14:01 +0100 |
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
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
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
csiph-web