Re: [Ganglia-general] How to remove a gmetric-added metric?

2009-09-02 Thread Matt
Is there such a thing as dmax in the python interface? 2009/9/2 Rick Cobb rc...@quantcast.com: And just to keep the ganglia-general list hopping: is there any reason the default for gmetric is to send with a dmax of “infinity” (0 is the syntax for that)?  We’ve patched ours internally to

Re: [Ganglia-general] need help to compile rrdtool/ganglia on AIX

2009-09-02 Thread Ron Wellnitz
Hi Hardik, i'm not realy sure whats the reason for this abort. please check the output from the ./configure so that are realy no warnings or something else. which version and what type of c-compiler do use ? check that libtool and expat are up to date. greets Ron p.s. i thought you want use

Re: [Ganglia-general] How to remove a gmetric-added metric?

2009-09-02 Thread Brad Nicholes
No, but you should be able to get the same results by setting host_dmax in the gmond.conf file. Brad On 9/2/2009 at 1:37 AM, in message 68fea9390909020037y2094d15es42bd13da3ea0...@mail.gmail.com, Matt mattmora...@gmail.com wrote: Is there such a thing as dmax in the python interface?

Re: [Ganglia-general] python metric modules

2009-09-02 Thread Brad Nicholes
Why can't you just do the following: # webserver.pyconf modules { module { name = lsof language = python param httpd { value = doesnt-matter } param crawler { value = doesnt-matter } } } collection_group { collect_every = 30 time_threshold = 60

Re: [Ganglia-general] python metric modules

2009-09-02 Thread Matt
Yep, i've come to a similar conclusion. Thanks Brad. 2009/9/2 Brad Nicholes bnicho...@novell.com:  Why can't you just do the following: # webserver.pyconf modules {  module {    name = lsof    language = python    param httpd {      value = doesnt-matter    }    param crawler {      

Re: [Ganglia-general] python metric modules

2009-09-02 Thread Bernard Li
Hi guys: Perhaps we should extend the example in the Wiki to include this configuration? Thanks, Bernard On Wed, Sep 2, 2009 at 7:50 AM, Mattmattmora...@gmail.com wrote: Yep, i've come to a similar conclusion.  Thanks Brad. 2009/9/2 Brad Nicholes bnicho...@novell.com:  Why can't you just

[Ganglia-general] Aberrant behavior detection?

2009-09-02 Thread Carlo Cabanilla
Hey, I was wondering if Ganglia has support or plans support for rrdtool's aberrant behavior detection? I read about it here: http://cricket.sourceforge.net/aberrant/rrd_hw.htm, and also in man rrdcreate. I didn't quite understand how to use it, but I was hoping for an easy config setting that I

Re: [Ganglia-general] Aberrant behavior detection?

2009-09-02 Thread Faraaz Sareshwala
Hey there, What you can do is define your HWPREDICT RRA in the gmetad.conf file to have RRDtool collect that data. Then you can add if statements in the graph code to draw the confidence bands and ticks as you like, for any metrics you want. Please let me know if there is a better way to do