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

2013-09-26 Thread Bernard Li
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  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  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, 田甲  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


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

2013-09-26 Thread 田甲
People can refer to issue https://github.com/ganglia/ganglia-web/issues/206
 now.

Thank you.


2013/9/26 Brad Nicholes 

> 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  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, 田甲  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
> >
> >
>



-- 
Regards,
田甲
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


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

2013-09-26 Thread Brad Nicholes
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  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, 田甲  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


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