Re: [Ganglia-developers] Bugfix not summited because bugzilla not accessable from my area

2013-09-25 Thread Bernard Li
Hello:

We are no longer using Bugzilla, please submit the bugs in GitHub Issues:

https://github.com/ganglia/ganglia-web/issues

Just curious though, where did you see the link to Bugzilla?

Thanks!

Bernard


On Wed, Sep 25, 2013 at 10:07 AM, 田甲  wrote:

> Will someone help me submit this bugfix? Thanks.
>
> Module: ganglia-web
> File: stacked.php
> Description: This bug happens when showing stacked graph of custom metrics
> on selected few hosts. In this case, count($hosts) is regarded as the count
> of valid ones, which results in a overwhelming value of $cx, leading to
> blank color 0xFF.
> Diff:
>
> $ diff stacked.php stacked.php2
> 98d97
> < $i = 0;
> 100,101c99
> < $cx = $i/(1+count($hosts));
> < $i++;
> ---
> > $cx = $index/(1+count($hosts));
>
> --
> Regards,
> Hydrogenesis
> oxygenera...@gmail.com
>
>
> --
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
> from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
> ___
> Ganglia-developers mailing list
> Ganglia-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ganglia-developers
>
>
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk___
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers


[Ganglia-developers] Bugfix not summited because bugzilla not accessable from my area

2013-09-25 Thread 田甲
Will someone help me submit this bugfix? Thanks.

Module: ganglia-web
File: stacked.php
Description: This bug happens when showing stacked graph of custom metrics
on selected few hosts. In this case, count($hosts) is regarded as the count
of valid ones, which results in a overwhelming value of $cx, leading to
blank color 0xFF.
Diff:

$ diff stacked.php stacked.php2
98d97
< $i = 0;
100,101c99
< $cx = $i/(1+count($hosts));
< $i++;
---
> $cx = $index/(1+count($hosts));

-- 
Regards,
Hydrogenesis
oxygenera...@gmail.com
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk___
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers