[Ganglia-general] ganglia 3.3.5 and sl5 (el5)

2012-05-02 Thread Arnau Bria
Hi all, After installing new ganglia servers I'd like to upgrade our ganglia version from 3.1.7 (rpmforge) to 3.3.5 (self compiled). I'm facing some problem between old package and new package: 1.-) installing new version conflicts with old one: file /usr/lib64/ganglia/modcpu.so from install of

Re: [Ganglia-general] negative swap memory when starting gmetad

2012-05-02 Thread Arnau Bria
On Fri, 27 Apr 2012 16:50:52 +0200 Ramon Bastiaans wrote: > Hi, Hi Ramon, > This is probably because the time_threshold setting for the > collection_group that has mem_swap amongst other things is every 1200 > seconds by default. Which is 20 minutes. yep, swap_total is under a collection grou

[Ganglia-general] 3.3.7 released

2012-05-02 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Release 3.3.7 The release has now been tagged in git commit = 49b8a7c50f21384ab391e935eb49bf5e78d204e1 Filename: ganglia-3.3.7.tar.gz SHA256 checksum: 8894dbc22c35d699ad125c6d5f9de0d67fd0217d328212479fdff6978937af43 It has now passed the `relea

[Ganglia-general] help with optional reports

2012-05-02 Thread Pronko, Eric
Hello, I am using gmetad 3.3.0 and a recent version of gweb (3.2 or 3.3). I would like to have some additional reports appear at the top of the report page for an individual host (optimally below the "Host Overview" button and above the name of the host). I have reviewed the code in host_view.

Re: [Ganglia-general] help with optional reports

2012-05-02 Thread Vladimir Vuksan
Actually just add to included_reports array. optional_reports key is meaningless in JSON. Default.json applies to all hosts. If you want it for particular host add the particular report as host_yourhostname.domain.com.json e.g. { "included_reports": ["apache_report"] } It will inherit from d

Re: [Ganglia-general] help with optional reports

2012-05-02 Thread Pronko, Eric
I'd like it to appear in every host by default. But the existing configuration I have for included_reports doesn't seem to do anything (at least as far as I can perceive). Have I configured it incorrectly? Eric From: Vladimir Vuksan [vli...@veus.hr] Sen

Re: [Ganglia-general] help with optional reports

2012-05-02 Thread Vladimir Vuksan
I suspect you broke JSON by adding the optional_reports with a comma between that and the included reports. Vladimir On Wed, 2 May 2012, Pronko, Eric wrote: I'd like it to appear in every host by default. But the existing configuration I have for included_reports doesn't seem to do anything

Re: [Ganglia-general] help with optional reports

2012-05-02 Thread Pronko, Eric
The default setting I had was just with included_reports. I added optional_reports just to try it, then took it out after it didn't change anything. Should I have one included_reports per line, instead of one line with multiple options, maybe? From: Vl

Re: [Ganglia-general] help with optional reports

2012-05-02 Thread Vladimir Vuksan
No. Just add your report to the list of reports e.g. {"included_reports":["load_report","mem_report","cpu_report","network_report","test_report]} Do not redeclare included_reports. Vladimir On Wed, 2 May 2012, Pronko, Eric wrote: The default setting I had was just with included_reports. I a

Re: [Ganglia-general] help with optional reports

2012-05-02 Thread Pronko, Eric
To be honest I don't think I notice any difference with or without the included_reports line when I view cluster or host details. Do I have to do anything to "activate" default.json or included_reports perhaps? From: Vladimir Vuksan [vli...@veus.hr] Sent:

Re: [Ganglia-general] help with optional reports

2012-05-02 Thread Vladimir Vuksan
If default.json was missing you would not be seeing any reports so if you are seeing mem, load reports it means it's in the right place. Another thing to try. Set $conf['auth_system'] = 'disabled'; in conf.php. A button will now show under reports that says Edit Optional Reports. You can use

[Ganglia-general] overlay events (and offer of a patch)

2012-05-02 Thread Ozzie Sabina
I was reading back with the release of 3.3.1 (IIRC) that overlay events were supported, but only based on host regexes. I hadn't seen any updates to that information since. I'm dying to have this functionality but in our case we need to key it on cluster and I know that was a TODO at the tim

Re: [Ganglia-general] overlay events (and offer of a patch)

2012-05-02 Thread Vladimir Vuksan
In order to add overlay events to cluster you will need to change this piece of code https://github.com/ganglia/ganglia-web/blob/master/graph.php#L1005 Regarding use_ip_for_hostname since version 3.2.0 we have had support for overriding hostname in the gmond.conf https://sourceforge.net/apps/t

Re: [Ganglia-general] overlay events (and offer of a patch)

2012-05-02 Thread Ozzie Sabina
On May 2, 2012, at 9:08 PM, Vladimir Vuksan wrote: > In order to add overlay events to cluster you will need to change this piece > of code > > https://github.com/ganglia/ganglia-web/blob/master/graph.php#L1005 Many thanks! I will take a look and then will come the questions :). > Regarding u

[Ganglia-general] Ganglia Web 3.4.1 released

2012-05-02 Thread Vladimir Vuksan
With releases 3.4.0 of Ganglia Core we are gonna split off Ganglia Web as development of the web interface goes much quicker and usually there is no need to upgrade gmond/gmetad when when you upgrade Ganglia Web. Today we are releasing Ganglia Web 3.4.1. You can download it from https://sourcef