Hi Brad:

Page has been updated with link to GitHub -- hopefully the wording is
sufficient.

Thanks,

Bernard


On Thu, Sep 26, 2013 at 7:28 AM, Brad Nicholes <bnicho...@netiq.com> wrote:

> There are links to bugzilla on the ganglia.info web site.  For example,
> the last sentence on the ganglia.info support tab has a link. (
> http://ganglia.info/?page_id=68)
>
> Brad
>
> >>> Bernard Li <bern...@vanhpc.org> 9/25/2013 12:55 PM >>>
> 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, 田甲 <oxygenera...@gmail.com> 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 0xFFFFFF.
> > 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

Reply via email to