On Sat, Nov 28, 2009 at 08:42, Daniel Pocock <[email protected]> wrote:
>
> For those following trunk, you may need to bootstrap again, and make
> sure you have pcre available.
>
> I've linked gmond with libpcre so that it can dynamically match the
> metric names
>
> E.g., for the multicpu module, this is the only metric definition that
> needs to be given to enable all metrics on all cores:
>
>  metric {
>    name_match = "multicpu_([a-z]+)([0-9]+)"
>    value_threshold = 1.0
>    title = "CPU-\\2 \\1"
>  }

Oh, that's cool. +1 for me.

> I'd be interested in any feedback on the PCRE dependency.  If necessary,
> the feature can be made into a compile time option so that gmond can
> build without it.

Yes, an optional compile time option is the way to do this.  Use it if
present, but continue on without it if not present.


-- 
Jesse Becker

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ganglia-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to