[Bug 1822048] Re: cluster report not displayed

2021-02-01 Thread Phil Kauffman
+1 for 20.04. Please patch this. I've wasted so much time thinking this
was a configuration issue on my end.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1822048

Title:
  cluster report not displayed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ganglia-web/+bug/1822048/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1822048] Re: cluster report not displayed

2020-08-27 Thread Sam Morrison
The affects Ubuntu 20.04 too

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1822048

Title:
  cluster report not displayed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ganglia-web/+bug/1822048/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1822048] Re: cluster report not displayed

2019-07-18 Thread trautenberg
The problem was finally easy to be fixed. As stated above, the problem
is in cluster_view.php, line34. Just going to line 26 and substituting

  $context_metrics = "";

with

  $context_metrics = array();

fixes the whole problem! The solution was found at
https://github.com/ganglia/ganglia-web/issues/324.

** Bug watch added: github.com/ganglia/ganglia-web/issues #324
   https://github.com/ganglia/ganglia-web/issues/324

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1822048

Title:
  cluster report not displayed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ganglia-web/+bug/1822048/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1822048] Re: cluster report not displayed

2019-07-18 Thread trautenberg
I had the same problem. The upstream patch fixes it just partially. The
view is not the way it should be.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1822048

Title:
  cluster report not displayed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ganglia-web/+bug/1822048/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1822048] Re: cluster report not displayed

2019-07-11 Thread Rene Meier
I have the same issue and the upstream patch fixes it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1822048

Title:
  cluster report not displayed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ganglia-web/+bug/1822048/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1822048] Re: cluster report not displayed

2019-04-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ganglia-web (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1822048

Title:
  cluster report not displayed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ganglia-web/+bug/1822048/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1822048] Re: cluster report not displayed

2019-04-13 Thread Martin Gabelmann
Can confirm, applying the upstream patch fixes it. So, updating to the
latest ganglia-web version would be nice.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1822048

Title:
  cluster report not displayed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ganglia-web/+bug/1822048/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1822048] Re: cluster report not displayed

2019-03-28 Thread Ubuntu Foundations Team Bug Bot
The attachment "cluster_view.patch" seems to be a patch.  If it isn't,
please remove the "patch" flag from the attachment, remove the "patch"
tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the
team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1822048

Title:
  cluster report not displayed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ganglia-web/+bug/1822048/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1822048] Re: cluster report not displayed

2019-03-28 Thread Paul Jähne
The previous patch had a problem on updating (and probably for multiple
clusters). This one doesn't and this is what is in the upstream repo:
https://github.com/ganglia/ganglia-web/blob/master/cluster_view.php#L25.

** Patch added: "cluster_view.patch"
   
https://bugs.launchpad.net/ubuntu/+source/ganglia-web/+bug/1822048/+attachment/5250062/+files/cluster_view.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1822048

Title:
  cluster report not displayed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ganglia-web/+bug/1822048/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1822048] Re: cluster report not displayed

2019-03-28 Thread Paul Jähne
Removing the array operator seems to fix the problem.

** Patch added: "cluster_view.patch"
   
https://bugs.launchpad.net/ubuntu/+source/ganglia-web/+bug/1822048/+attachment/5250051/+files/cluster_view.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1822048

Title:
  cluster report not displayed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ganglia-web/+bug/1822048/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs