Re: [Ganglia-general] Custom graphs only for specific Cluster

2010-11-19 Thread Jamie Isaacs
I'm not sure if this is related but I finally put my DSO modules on git. https://github.com/pdt256/gmond_python_modules I noticed a problem in my patch against trunk r2355 v2 for custom graphs using + showing up on the cluster view...they don't show up at all :) I will get a new patch created

Re: [Ganglia-general] Custom graphs only for specific Cluster

2010-11-05 Thread Jamie Isaacs
Bernard, On Nov 2, 2010, at 5:04 PM, Bernard Li wrote: 1) As previously mentioned, please make the old-style optional graphs to show up in cluster_view only * Done 2) For grid page, can you just tag the optional graph after the default graphs for the grid? The title of the graph

Re: [Ganglia-general] Custom graphs only for specific Cluster

2010-11-02 Thread Bernard Li
Hi Jamie: On Fri, Oct 15, 2010 at 4:49 PM, Bernard Li bern...@vanhpc.org wrote: Actually, why don't you hold off on uploading another patch until after me and perhaps Jesse have time to fully test it, that case we will be able to give you better feedback so you don't have to go through this

Re: [Ganglia-general] Custom graphs only for specific Cluster

2010-11-02 Thread Vladimir Vuksan
As some may know I have been playing with the rewrite of Ganglia web frontend. I have come up with a better of way IMO of handling optional graphs. Basically the way I have it implemented is that there is a conf/ directory within Ganglia (writeable by Apache user) which contains JSON definitions

Re: [Ganglia-general] Custom graphs only for specific Cluster

2010-10-15 Thread Bernard Li
Hi Jamie: On Mon, Oct 11, 2010 at 5:05 PM, Jamie Isaacs pdt...@gmail.com wrote: This patch will enable the old style optional graphs to display in the host view. http://bugzilla.ganglia.info/cgi-bin/bugzilla/attachment.cgi?id=234 Note: hosts that do not have the required rrds will have an

Re: [Ganglia-general] Custom graphs only for specific Cluster

2010-10-15 Thread Bernard Li
Hi Jamie: On Fri, Oct 15, 2010 at 3:56 PM, Bernard Li bern...@vanhpc.org wrote: I think the original behaviour is for the optional graphs to show up in cluster_view, is that do-able? Actually, why don't you hold off on uploading another patch until after me and perhaps Jesse have time to

Re: [Ganglia-general] Custom graphs only for specific Cluster

2010-10-11 Thread Jamie Isaacs
On Sun, Oct 10, 2010 at 11:54 PM, Bernard Li bern...@vanhpc.org wrote: Got the following in my apache error_logs when conf.php does not have $optional_graphs declared: These PHP Notice/Warning errors are fixed in this patch against trunk r2347:

Re: [Ganglia-general] Custom graphs only for specific Cluster

2010-10-11 Thread Bernard Li
Hi Jamie: On Sun, Oct 10, 2010 at 11:40 PM, Jamie Isaacs pdt...@gmail.com wrote: These PHP Notice/Warning errors are fixed in this patch against trunk r2347: http://bugzilla.ganglia.info/cgi-bin/bugzilla/attachment.cgi?id=231 Thanks -- any chance you could also make the patch backward

Re: [Ganglia-general] Custom graphs only for specific Cluster

2010-10-11 Thread Jesse Becker
On Mon, Oct 11, 2010 at 15:42, Bernard Li bern...@vanhpc.org wrote: Hi Jamie: On Sun, Oct 10, 2010 at 11:40 PM, Jamie Isaacs pdt...@gmail.com wrote: These PHP Notice/Warning errors are fixed in this patch against trunk r2347:

Re: [Ganglia-general] Custom graphs only for specific Cluster

2010-10-11 Thread Jamie Isaacs
On Mon, Oct 11, 2010 at 2:42 PM, Bernard Li bern...@vanhpc.org wrote: Thanks -- any chance you could also make the patch backward compatible with the old format for specifying optional_graphs? $optional_graphs = array('packet'); This patch will enable the old style optional graphs to

Re: [Ganglia-general] Custom graphs only for specific Cluster

2010-10-10 Thread Bernard Li
Hi Jamie: On Sat, Oct 9, 2010 at 1:17 AM, Jamie Isaacs pdt...@gmail.com wrote: I have uploaded a new patch against trunk r2344   http://bugzilla.ganglia.info/cgi-bin/bugzilla/attachment.cgi?id=230action=edit Got the following in my apache error_logs when conf.php does not have

Re: [Ganglia-general] Custom graphs only for specific Cluster

2010-10-09 Thread Jamie Isaacs
Bernard, Thanks for the patch! Any chance you could re-base against trunk? It doesn't quite apply cleanly: I have uploaded a new patch against trunk r2344 http://bugzilla.ganglia.info/cgi-bin/bugzilla/attachment.cgi?id=230action=edit Note: The second attachment includes the conf.php

[Ganglia-general] Custom graphs only for specific Cluster

2010-10-08 Thread CHU, STEPHEN H (ATTSI)
Hi all, I have set up 3 different clusters all homed in to a gmetad server and served by a webfrontend. One of the cluster is a Lustre file system with 6 servers. To gather Lustre specific data I use collectl which supports exporting Lustre data to Ganglia. Collectl is running on each of the

Re: [Ganglia-general] Custom graphs only for specific Cluster

2010-10-08 Thread Jamie Isaacs
I have modified the web frontend to support custom graphs and only display them when the rrds exist for the host, cluster, or grid. I will put that code on git today and request a pull. I know they are talking about a rewrite, but my patch might be what you are looking for. I will reply to this

Re: [Ganglia-general] Custom graphs only for specific Cluster

2010-10-08 Thread Bernard Li
HI Jamie: On Fri, Oct 8, 2010 at 12:10 PM, Jamie Isaacs pdt...@gmail.com wrote: I have modified the web frontend to support custom graphs and only display them when the rrds exist for the host, cluster, or grid. I will put that code on git today and request a pull. I know they are talking

Re: [Ganglia-general] Custom graphs only for specific Cluster

2010-10-08 Thread Jesse Becker
I've done this on the cluster and host level with a small hack. Note that this DOES NOT WORK with the latest trunk code, as I've not fully updated it to use the Dwoo template engine. It probably won't work on your system either. :) However, you should be able to get the gist of it. Note that

Re: [Ganglia-general] Custom graphs only for specific Cluster

2010-10-08 Thread CHU, STEPHEN H (ATTSI)
gmond collector and back to gmetad. Steve -Original Message- From: Bernard Li [mailto:bern...@vanhpc.org] Sent: Friday, October 08, 2010 4:02 PM To: CHU, STEPHEN H (ATTSI) Cc: ganglia-general@lists.sourceforge.net Subject: Re: [Ganglia-general] Custom graphs only for specific Cluster Hi

Re: [Ganglia-general] Custom graphs only for specific Cluster

2010-10-08 Thread Jamie Isaacs
-Original Message- From: Bernard Li [mailto:bern...@vanhpc.org] Sent: Friday, October 08, 2010 4:02 PM To: CHU, STEPHEN H (ATTSI) Cc: ganglia-general@lists.sourceforge.net Subject: Re: [Ganglia-general] Custom graphs only for specific Cluster Hi Steve: On Fri, Oct 8, 2010 at 12:03 PM, CHU

Re: [Ganglia-general] Custom graphs only for specific Cluster

2010-10-08 Thread Bernard Li
Hi Jamie: On Fri, Oct 8, 2010 at 3:29 PM, Jamie Isaacs pdt...@gmail.com wrote: Here is the bug with the web-frontend patch for 3.1.7 http://bugzilla.ganglia.info/cgi-bin/bugzilla/show_bug.cgi?id=279 This patch helped me to pick and choose which custom MySQL graphs to display for each host,