Re: [Ganglia-developers] hsflowd for Windows + Ganglia webfrontend

2011-02-11 Thread Neil McKee
Here is the patch I was referring to. It allows you to put something like this in your gmond.conf: sflow { null_int = 0 null_float = 0.0 } and then if a fields like cpu_nice is missing (as in the Windows hsflowd) we'll submit 0.0 instead of leaving it out. This is a work-around for the p

Re: [Ganglia-developers] Vertical label in metric.php

2011-02-11 Thread Jesse Becker
As I recall, it forces the graphs within the images to align between images that include labels, and those that do not. One of Ganglia's strengths is allowing for easy data/time correlations. This is easy only if the graphs actually have the same timescale (generally true), and line up appropriat

[Ganglia-developers] Vertical label in metric.php

2011-02-11 Thread Bernard Li
Hey Jesse: Just trying to understand this commit: https://sourceforge.net/apps/trac/ganglia/changeset/2356/trunk/monitor-core/web/graph.d/metric.php Why are we setting the vertical label to the metricname? Thanks, Bernard ---

Re: [Ganglia-developers] hsflowd for Windows + Ganglia webfrontend

2011-02-11 Thread Neil McKee
It might be helpful to have commit privileges for minor bugfixes, yes. Although I wouldn't use it for bigger changes that require consensus. I'm working on a bigger patch that will add an sflow { } configuration block so we can have options to control the following: - the sflow udp port - wh

Re: [Ganglia-developers] hsflowd for Windows + Ganglia webfrontend

2011-02-11 Thread Bernard Li
Hi Neil: Argh, Gmail always mess up inline patches... anyways, I've fixed it manually and checked it in: https://sourceforge.net/apps/trac/ganglia/changeset/2473 Do you want commit rights to our SVN repo so that you could fix this yourself in the future? :) Thanks, Bernard On Thu, Feb 10, 20