Re: use qmf to build a cluster monitoring system

2009-10-12 Thread Ming Zhang
thanks. looking forward to that. Ming On Mon, Oct 12, 2009 at 11:32 AM, Ted Ross wrote: > Ming, > > We have very recently added a Python implementation of the QMF agent.  It is > not fully complete yet but is usable for what you want to do.  There is a > test agent in "qpid/cpp/bindings/qmf/tes

Re: use qmf to build a cluster monitoring system

2009-10-12 Thread Ted Ross
Ming, We have very recently added a Python implementation of the QMF agent. It is not fully complete yet but is usable for what you want to do. There is a test agent in "qpid/cpp/bindings/qmf/tests/python_agent.py" that will get you started. We will start adding new content to the wiki hop

Re: use qmf to build a cluster monitoring system

2009-10-08 Thread Carl Trieloff
yes, they are all cross compat. The C++ examples are in the example dirs, look for qmf-* there is a console and agent example. Here is a example of a basic system agent written in C++ with QMF. http://anonsvn.jboss.org/repos/rhmessaging/mgmt/trunk/sesame/cpp There is a virt qmf agent at lib

Re: use qmf to build a cluster monitoring system

2009-10-08 Thread Ming Zhang
will be great if you or someone could put these doc on wiki. i can read c++ no problem. but after trying python, i think it is a better one... again, a c++ agent example should be able to consumed by python console in a general way right? that is the whole point of amqp... ;) Ming On Thu, Oc

Re: use qmf to build a cluster monitoring system

2009-10-08 Thread Carl Trieloff
:-) yea more doc need to be put up on the wiki... I have a full C++ example (I'm not a python guy) so I want to make sure I send you the right thing for a python console application. Ming Zhang wrote: i read both of them. also followed the example step by step. this is why i thought it sh

Re: use qmf to build a cluster monitoring system

2009-10-08 Thread Ming Zhang
i read both of them. also followed the example step by step. this is why i thought it should perfectly fit my needs. the second one still lack "Discovering what Kinds of Objects are Available", the first one has nothing under "How to Write a QMF Agent". these are as if i watched half part of the

Re: use qmf to build a cluster monitoring system

2009-10-08 Thread Carl Trieloff
That is a great use case for QMF, have you looked at these two pages on QMF. http://qpid.apache.org/qpid-management-framework.html http://qpid.apache.org/qmf-python-console-tutorial.html Also digging up a python console example for you, or hit Ted up from one :-) Carl. Ming Zhang wrote:

Re: use qmf to build a cluster monitoring system

2009-10-08 Thread Ming Zhang
would like to build something like ganglia. but this time in python and using qmf or at least qpid. ganglia packets is very inefficient over WAN. and nagios need to have extra agent. and no messaging mechanism. so once i saw couple line of python can pass message reliably around, i think this is

Re: use qmf to build a cluster monitoring system

2009-10-08 Thread Carl Trieloff
To monitor a Qpid cluster, or another application cluster? Carl. Ming Zhang wrote: Hi All Would like to use QMF and qpid to build a cluster monitoring system. Wonder where is a good starting point? There are only a few information about QMF online. Thanks! Ming --

use qmf to build a cluster monitoring system

2009-10-07 Thread Ming Zhang
Hi All Would like to use QMF and qpid to build a cluster monitoring system. Wonder where is a good starting point? There are only a few information about QMF online. Thanks! Ming - Apache Qpid - AMQP Messaging Implementation Pr