Re: [Ganglia-developers] Fwd: Getting started with developing a C++ DSO module

2009-11-16 Thread Sylvester Steele
Kim, I got the tarball to which you'd put up the link earlier on in the mailing list. I got your module to work no problem there! But, I have a question: All the Ganglia modules have a metric array. The mod_cpu has this: static Ganglia_25metric cpu_metric_info[] = { {0, cpu_num,1200,

Re: [Ganglia-developers] Fwd: Getting started with developing a C++ DSO module

2009-11-16 Thread JB Kim
There are more qualified people on this list to answer your question about dynamically setting metric callbacks. But a quick glance through gmond.c reveals that it might not be possible with the current framework. When gmond starts up, it calls the function setup_metric_callbacks(), which steps

Re: [Ganglia-developers] Fwd: Getting started with developing a C++ DSO module

2009-11-16 Thread Brad Nicholes
On 11/16/2009 at 3:04 PM, in message 002c01ca6708$d7770020$866500...@com, Sylvester Steele sylvesterste...@gmail.com wrote: Kim, I got the tarball to which you'd put up the link earlier on in the mailing list. I got your module to work no problem there! But, I have a question: All the