application level monitoring for python

W

Walter Chang

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 ?
 
J

John J Lee

Walter Chang said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,045
Latest member
DRCM

Latest Threads

Top