[Ganglia-developers] [PATCH] cluster_view.php average load bug

2004-12-08 Thread Ramon Bastiaans
he load_one_sum, and how cluster_load1 is calculated using the load_fifteen_sum. So the average cluster load5 is correct, but load1 and load15 are switched. The cluster average load values always seemed a bit off to me, this must be the reason I guess? Anyway, made a little patch fo

[Ganglia-developers] [PATCH] cluster_view graph units fix

2004-12-17 Thread Ramon Bastiaans
Hi all, Another patch for the cluster_view, to display the units in the graphs (now displaying min - max) This was somehow set in the host_view, but not in the cluster_view. Kind regards, Ramon. --- ../ganglia-old/cluster_view.php Mon Nov 10 19:54:16 2003 +++ ./cluster_view.php Fri Dec

Re: [Ganglia-developers] 64 bit rpms

2005-02-03 Thread Ramon Bastiaans
A little off-topic, but are there any (plans for) Debian packages for 3.0.0 ? Ramon. Matt Massie wrote: just for kicks i built rpms for ia64 and x86_64. looks like ganglia 3.0.0 is 64-bit clean and ready for action. http://matt-massie.com/ganglia/ -matt --

[Ganglia-developers] cluster_view, show hosts: no -> pie chart of host status?

2005-02-16 Thread Ramon Bastiaans
has some thoughts on the subject? Kind regards, Ramon Bastiaans.

[Ganglia-developers] [Patch] default_showhosts option, load piechart on showhosts off

2005-02-16 Thread Ramon Bastiaans
ays shows the cluster load pie chart - Fixes a bug in get context, that occured when showhosts is off - Fixes a bug in cluster view load(sum) and cpunum values, that occured when showhosts is off Kind regards, Ramon Bastiaans. diff -u ganglia-3.0.0/web/cluster_view.php new.ganglia.web/cluster_

[Ganglia-developers] Re: [Patch] default_showhosts option, load piechart on showhosts off

2005-02-17 Thread Ramon Bastiaans
or2:~# Let me know if you encounter any more problems. Kind regards, Ramon. Hong sang hyun wrote: >Hi, Ramon Bastiaans. > >Thanks for your patch file about web-frontend. >But, some problem occured to me when applys the patch. > >Error msg follows that.. > >[EMAIL PROTECTED] ib

[Ganglia-developers] multiple networks

2005-02-17 Thread Ramon Bastiaans
At our cluster we have 2 network cards in each machine, 1 for maintenance/sysadmins, and 1 for production/users. Gmond monitor's just 1 network and defaults to the first one. I don't believe it is possible to set up gmond so that it would also monitor the 2nd interface, is it? We would like

[Ganglia-developers] Re: [Ganglia-general] Ganglia issues I've been experiencing

2005-03-16 Thread Ramon Bastiaans
k (for example). then you just need to have a cron job that once a week copies the database to another location. for example... cp -r /my/gmetad/data/root /my/gmetad_archive/`date`/ you would then need to write a few simple scripts using rrdtool for querying data for a particular time period

Re: [Ganglia-developers] 3.0.1 and java

2005-03-17 Thread Ramon Bastiaans
Matt Massie wrote: guys- i just put what i believe will be the 3.0.1 release at http://matt-massie.com/ganglia/ i'm not going to release it until we've tested it here longer and you guys find it works well for you. 3.0.1. fixes a bug in gmond using unicast only where a network failure to t

[Ganglia-developers] typo in 'gmond --help'

2005-04-14 Thread Ramon Bastiaans
When doing gmond --help (with version 3.0.1) it says the following: -r, --convert=STRING Convert a 2.5.x configuration file to the new 2.6 format I'm guessing the latter probably should say "to the new 3.0 format". - Ramon.

[Ganglia-developers] Location not working anymore in gmond 3.0.1?

2005-04-14 Thread Ramon Bastiaans
Hi all, While testing with new 3.0.1 it seems to me that the location option doesn't work anymore? When I convert my old gmond.conf with --convert, there is no more location option in the new config. But I noticed that it became a commandline option instead. But this doesn't seem to work eit

Re: [Ganglia-developers] typo in 'gmond --help'

2005-04-15 Thread Ramon Bastiaans
In addition to previous, the man pages are still based on 2.5.x Ramon Bastiaans wrote: When doing gmond --help (with version 3.0.1) it says the following: -r, --convert=STRING Convert a 2.5.x configuration file to the new 2.6 format I'm guessing the l

Re: [Ganglia-developers] 3.0.2 ?

2005-06-16 Thread Ramon Bastiaans
I would also like to see the location fix included if possible (only a small patch). - Ramon. Martin Knoblauch wrote: Hi Matt, any chance to spin a quick 3.0.2 (at least for gmond) to get the 64-bit Linux fixes for IA64 and x64? Cheers Martin ---

[Ganglia-developers] Re: [Ganglia-general] Dynamic reconfiguration

2005-06-22 Thread Ramon Bastiaans
this possible ? Chetan -Original Message- From: Ramon Bastiaans [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 3:15 PM To: Shankar, Chetan Shiva Cc: [EMAIL PROTECTED] Subject: Re: [Ganglia-general] Dynamic reconfiguration I am not sure what you mean. What do you want to do, coul

[Ganglia-developers] gmetad "unable to write preamble/epilog" ?

2005-06-24 Thread Ramon Bastiaans
Hi all, Anyone have seen this bug before? I am seeing it more often lately, and it very irritating. Whenever this error appears in syslog gmetad stops sharing/reporting XML, but it does keep running. Jun 24 15:10:41 monitor2 /usr/sbin/gmetad[12071]: server_thread() 1084263344 unable to write

[Ganglia-developers] Possible memory leak in gmond?

2005-07-12 Thread Ramon Bastiaans
Has anyone ever noticed a memory usage increase over time by gmond? We found that some users were unable to run more than 1 job on a node and traced it back to gmond's memory usage being the cause. On some nodes gmond had 25 Mb memory usage and 225 Mb RSS usage. However on some other nodes it

Re: [Ganglia-developers] Possible memory leak in gmond?

2005-07-12 Thread Ramon Bastiaans
Martin, We are running Debian sarge and kernel 2.6.11 with Ganglia 3.0.1. Ramon. Martin Knoblauch wrote: Hi Ramon, on which platform did you observe the behaviour? Martin --- Ramon Bastiaans <[EMAIL PROTECTED]> wrote: Has anyone ever noticed a memory usage increase over time by

Re: [Ganglia-developers] Possible memory leak in gmond?

2005-07-13 Thread Ramon Bastiaans
ble=yes So you can see that there are 984 calls to "alloc" without a "free", but all those allocations are still reachable to the gmond. But it seems the number (984) grows with the runtime of gmond. Cheers Martin --- Ramon Bastiaans <[EMAIL PROTECTED]> wrote: Marti

Re: [Ganglia-developers] ganglia.spec.patch

2005-08-03 Thread Ramon Bastiaans
__ Ganglia-developers mailing list Ganglia-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ganglia-developers -- .______. |

Re: [Ganglia-developers] Codebase licences (was Re: ganglia.spec.patch)

2005-08-03 Thread Ramon Bastiaans
I think it's still Matt atm.. Stu Teasdale wrote: On Wed, Aug 03, 2005 at 09:26:14AM +0200, Ramon Bastiaans wrote: I think someone might need to step up and take over Matt's role in the releasing process for a while, since he seems to be away and his last communication was ov

[Ganglia-developers] Re: [Ganglia-general] cpu_wio graph shows 0% for 2.6.5 kernel

2005-08-23 Thread Ramon Bastiaans
I can report the same thing here, we never see cpu_wio go above 0% anywhere We run Debian with 2.6.12.5 (added cc: to developer list) Does anyone have the cpu_wio metric functioning correctly? And on what OS? I suspect that it's not quite working, or is this a 2.6 thing? - Ramon. Utsav Agarwal

[Ganglia-developers] [patch] private cluster authenticate fix

2005-08-30 Thread Ramon Bastiaans
Hi guys, I noticed that HTTP authentication was not working in auth.php. Since php4 the variables changed for this to work. I created a little patch that will make it work again. Kind regards, - Ramon. -- .. | ing. Ramon Bastiaans

Re: [Ganglia-developers] 3.0.2 release (was: [patch] private cluster authenticate fix)

2005-09-12 Thread Ramon Bastiaans
Martin Knoblauch wrote: First of all, I am definitely in favour of doing 3.0.2 soon. Current CVS has the 64-bit disk accounting fix and the correct reporting of wio. both pretty critical bugs. As for what should go in my opinion is that we just should do it and increase the release frequency if

Re: [Ganglia-developers] [patch] private cluster authenticate fix

2005-09-12 Thread Ramon Bastiaans
oes it break PHP3? If not, then I'd presume it looks safe. If it does, then we'd have to go as far as a auth_php3.php (or auth.php3) versus auth_php4.php (or auth.php). Then we'd have to detect what PHP we're running on. -- .------

[Fwd: [Ganglia-developers] AIX Metric rewrite (2nd Time)]

2005-10-05 Thread Ramon Bastiaans
| Germany | Tel. 06151-16 5608 | Tel. +49 (0) 6151-16 5608 e-mail: [EMAIL PROTECTED] -- .--------. | ing. Ramon Bastiaans

Re: [Ganglia-developers] New 3.0.2 snapshot

2005-10-05 Thread Ramon Bastiaans
://lists.sourceforge.net/lists/listinfo/ganglia-developers -- .. | ing. Ramon Bastiaans | | HPC - Systems Programmer | || | SARA - Computing and Networking Services | | Kruislaan 415

[Fwd: Re: [Ganglia-developers] Location not working anymore in gmond 3.0.1?]

2005-10-06 Thread Ramon Bastiaans
d 3.0.1? Date: Wed, 22 Jun 2005 15:19:21 +0200 From: Ramon Bastiaans <[EMAIL PROTECTED]> To: Bruce Schwartz <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> BTW, (While I was creatin

Re: [Fwd: Re: [Ganglia-developers] Location not working anymore in gmond 3.0.1?]

2005-10-06 Thread Ramon Bastiaans
ll. So, I am more inclined to fix the "real bug" and leave "location" in the "host" section. What do you (all) think? Cheers Martin --- Ramon Bastiaans <[EMAIL PROTECTED]> wrote: Martin, Sorry there is no bugzilla id for it, I think we didn't have

Re: [Ganglia-developers] ouch

2005-11-09 Thread Ramon Bastiaans
stinfo/ganglia-developers -- .----. | ing. Ramon Bastiaans | | HPC - Systems Programmer | || | SARA - Computing and Networking Services | | Kruislaan 415 PO Box 194613 | | 1098 S

Re: [Ganglia-developers] Licensing Question

2005-11-11 Thread Ramon Bastiaans
elopers mailing list Ganglia-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ganglia-developers -- .----. | ing. Ramon Bastiaans | | HPC

[Ganglia-developers] include() in gmond.conf not working as advertised

2005-12-15 Thread Ramon Bastiaans
clude( location.conf ) collection_group { ... } --- This does work. Perhaps the site could get a update on this? Also, in the gmond.conf man page the include statement is not mentioned at all. Kind regards, - Ramon. -- .----. | ing. Ramon Bastiaans

Re: [Ganglia-developers] include() in gmond.conf not working as advertised

2005-12-15 Thread Ramon Bastiaans
hange it in 3.0.3, but is there a real use-case? As for the man page - PAW(tm) (Patches Are Welcome :-) Cheers Martin --- Ramon Bastiaans <[EMAIL PROTECTED]> wrote: Hey all, It seems to me that the include() of extra configs does not work as advertised on the website. It only works from outside config sections.

Re: [Ganglia-developers] ganglia 3.0.x debian package

2006-01-13 Thread Ramon Bastiaans
Hi Mattie, You can find here: ftp://ftp.sara.nl/pub/outgoing - ganglia-monitor_3.0.2-1_i386.deb - gmetad_3.0.2-1_i386.deb - libganglia1-dev_3.0.2-1_i386.deb - libganglia1_3.0.2-1_i386.deb based on Debian Sarge. Any word on the re-licensing bytheway? ;) I happen to know Debian's Ganglia packag

Re: [Ganglia-developers] Integrating Ganglia with a DB (MySql) ?

2006-02-23 Thread Ramon Bastiaans
Arjun, I think performance of this database will be a HUGE issue, depending on how many metrics/hosts/clusters and timespan that you wish to store. Now please correct me if I'm wrong, but lets make a estimated calcution on what is going to be stored in the database. Let's make a few assumptio

Re: [Ganglia-developers] Integrating Ganglia with a DB (MySql) ?

2006-03-01 Thread Ramon Bastiaans
Arjun, How 'real-time' do you need it to be, how precise should the information be? I don't know if it's a wise thing to make real-time configuration changes to your cluster based upon Ganglia information. Ganglia's stream of XML as communicated across the uni/multicast channel can be rather s

[Ganglia-developers] gmetric max value size

2006-03-02 Thread Ramon Bastiaans
Hi all, Here we use a tool which reports some extra statistics through gmetric (job information). I have always assumed the following for the maximum of a gmetric message, which I found in the ChangeLog: 2002-08-30 22:17 sacerdoti * lib/ganglia.h (1.2): Maximum multicast message leng

Re: [Ganglia-developers] Gmetric message update

2006-03-08 Thread Ramon Bastiaans
Hi Matt, It error/length checking seems to work, but I can still create a long metric with a long value that breaks. See examples below Here the old gmetric: --- 3.0.2 gmetric - [EMAIL PROTECTED]:~/src/ganglia_cvs/monitor-core/gmetric$ gmetric -nblatest -c/etc/gmon

[Ganglia-developers] Patch: Pie chart bug + 3d look

2006-03-09 Thread Ramon Bastiaans
Hi guys, I noticed there was a bug in pie.php which occurs whenever a very small (load) percentage was drawn as a pie slice. When drawing these small pie slices, the entire background of the pie chart got floodfilled with color. I have fixed the bug and while I was at it I added a 3D look/fee

[Ganglia-developers] ANNOUNCE: Public release of Ganglia Job Monarch v0.1.0

2006-03-10 Thread Ramon Bastiaans
ia.sara.nl/ CONTACT Any information/suggestions/hatemail/bugreports/whatever to: Ramon Bastiaans

Re: [Ganglia-developers] ANNOUNCE: Public release of Ganglia Job Monarch v0.1.0

2006-03-11 Thread Ramon Bastiaans
you thought of supporting other workload management systems such as Sun Grid Engine (SGE)? Cheers, Bernard *From:* [EMAIL PROTECTED] on behalf of Ramon Bastiaans *Sent:* Fri 10/03/2006 09:33 *To:* [EMAIL PROTECTED

Re: [Ganglia-developers] ANNOUNCE: Public release of Ganglia Job Monarch v0.1.0

2006-03-12 Thread Ramon Bastiaans
rt DRMAA, then it will be easy enough to support both: http://www.drmaa.org/ Perhaps I'll take a look at implementing support for SGE later on. I will keep you posted. Cheers, Bernard *From:* Ramon Bastiaans [

[Ganglia-developers] Re: [torqueusers] ANNOUNCE: Public release of Ganglia Job Monarch v0.1.0

2006-03-14 Thread Ramon Bastiaans
be to alter the jobarchived piece to write to a MySQL database instead of postgres? -Original Message- From: Ramon Bastiaans <[EMAIL PROTECTED]> Sent: Mar 10, 2006 10:33 AM To: [EMAIL PROTECTED], Ganglia General <[EMAIL PROTECTED]> Cc: Ganglia Developers Subject: [torqueusers]

[Ganglia-developers] Re: [torqueusers] ANNOUNCE: Public release of Ganglia Job Monarch v0.1.0

2006-03-23 Thread Ramon Bastiaans
Hi Bernard, Thanks for the suggestion. Yes I agree, this is on my wish/todo list, along with clickable nodes in the clusterimage. The are some caveats with implementing this, since the clusterimage I draw uses live data from the XML stream and the HTML tooltips over the image would have to u

Re: [Ganglia-developers] gmetric truncated output fix

2006-03-28 Thread Ramon Bastiaans
Hi Matt, It seems to work great now, thanks. I've updated the bugzilla comments. Kind regards, - Ramon. matt massie wrote: guys- i tracked down what was causing the gmetric output in gmond to be truncated. here is a part of the patch...

Re: [Ganglia-developers] [PATCH] Custom graphs

2006-04-20 Thread Ramon Bastiaans
Hi Alex, This is what I've been looking for a while. I'm afraid the user interface seems a bit complex for simple users of our Ganglia website. This will probably prevent them from ever making/viewing a custom graph. In addition, as a system administrator, I would like to be able to get a o

[Ganglia-developers] upgrade supplied TemplatePower for web interface?

2006-06-27 Thread Ramon Bastiaans
I was wondering, perhaps it is an idea to upgrade the TemplatePower that comes with the Ganglia's web frontend? The current supplied version seems 1.x and (very) old: $Id: class.TemplatePower.inc.php,v 1.4 2004/12/13 19:01:28 sacerdoti Exp$ Beginning with v2.x of TemplatePower it allows for th

Re: [Ganglia-developers] upgrade supplied TemplatePower for webinterface?

2006-06-28 Thread Ramon Bastiaans
ot;are there any security implications"? Otherwise, I'd say go for it :-) Cheers, Bernard *From:* [EMAIL PROTECTED] on behalf of Martin Knoblauch *Sent:* Tue 27/06/2006 22:48 *To:* Ramon Bastiaans; Ganglia Developers

Re: [Ganglia-developers] upgrade supplied TemplatePower for webinterface?

2006-06-28 Thread Ramon Bastiaans
n. If you can create a patch against our current SVN source, file a bug and supply the patch, one of us will apply it. Thanks, Bernard ---- *From:* Ramon Bastiaans [mailto:[EMAIL PROTECTED] *Sent:* Wed 28/06/2006 00:39 *To

[Ganglia-developers] webfrontend 3.0.3: lots of division by zero

2006-07-05 Thread Ramon Bastiaans
I get a whole load of these all over the place once I upgraded to 3.0.3's web frontend: Warning: Division by zero in /var/www/ganglia/functions.php on line 121 Warning: Division by zero in /var/www/ganglia/functions.php on line 121 Warning: Division by zero in /var/www/ganglia/functions.php on l

Re: [Ganglia-developers] webfrontend 3.0.3: lots of division by zero

2006-07-06 Thread Ramon Bastiaans
ad-scale metric to be more flexible. Cheers Martin --- Ramon Bastiaans <[EMAIL PROTECTED]> wrote: I get a whole load of these all over the place once I upgraded to 3.0.3's web frontend: Warning: Division by zero in /var/www/ganglia/functions.php on line 121 Warning: Division b

[Ganglia-developers] Non-existent cluster name url shows private cluster info

2006-07-27 Thread Ramon Bastiaans
When you do the following on any Ganglia website: http:///?c=NonexistentBogusClusterName You get a list of all hosts of all clusters on that Ganglia site, including the private clusters. Then when you select a host that is in a private cluster, you don't get to see any RRD's but you DO howev

Re: [Ganglia-developers] ganglia-monitor for Debian on ftp.sara.nl/pub/outgoing

2007-02-06 Thread Ramon Bastiaans
The ftp works fine for me, what seems to be the problem? - Ramon. Filippo Spiga wrote: Hi at all, on google I've searched about ganglia 3.0 deb package and i found this mailing list. Here http://sourceforge.net/mailarchive/forum.php?thread_id=9458981&forum_id=9584

Re: [Ganglia-developers] Embedded Gmetric

2007-04-25 Thread Ramon Bastiaans
Great work. I'll surely be using that python interface for my pet project Job Monarch, which also injects massive amounts of gmetrics. Nice to see a pure python module. As to integrating it, it's not my call (Martin, Matt?), but I would vote yes. ;) Cheers, - Ramon. Nick Galbreath wrote:

[Ganglia-developers] (python) modules: dynamic amount/name of metrics?

2007-07-20 Thread Ramon Bastiaans
Hi guys, I'm the author of a addon to Ganglia that reports batch clusters job statistics and information in the webfrontend. Right now - among other things - I make use of a daemon that submits all the jobs information as a whole bunch of gmetrics (written in Python). Now I've been looking at

Re: [Ganglia-developers] (python) modules: dynamic amount/name ofmetrics?

2007-07-20 Thread Ramon Bastiaans
Yes, I run a separate metric for each job. Because of the DMAX/TMAX they automatically disappear when the job is gone. It is not stored in a RRD (since it is of type: string), but parsed by the web frontend part of my addon. See: * http://ganglia.sara.nl/?c=LISA%20Cluster * http://ganglia.sa

Re: [Ganglia-developers] Ganglia 3.1 wish list...

2008-02-29 Thread Ramon Bastiaans
Unfortunately I can't be there, would be fun to meet some of you. I would like to suggest the following for the wishlist though: * License sorting of all the components Since the Debian packages for example are no longer maintained because of licensing conflicts among the different components.

Re: [Ganglia-developers] Ganglia 3.1 wish list...

2008-02-29 Thread Ramon Bastiaans
Oh and: web) * session usage for storing settings, filters etc - instead of all the ugly GETing and parsing of the URL * more advanced addon/plugin capabilities (executing custom .php code from with Ganglia's default templates/pages) - Ramon. Ramon Bastiaans wrote: > Unfortunately

Re: [Ganglia-developers] Ganglia 3.1 wish list...

2008-02-29 Thread Ramon Bastiaans
destabilyze the frontend for a > while? > > Cheers > Martin > -- > Martin Knoblauch > email: k n o b i AT knobisoft DOT de > www: http://www.knobisoft.de > > - Original Message > >> From: Ram

Re: [Ganglia-developers] Ganglia 3.1 wish list...

2008-03-03 Thread Ramon Bastiaans
ehalf Of Martin Knoblauch [EMAIL PROTECTED] Sent: Friday, February 29, 2008 8:36 PM To: Jesse Becker Cc: ganglia-developers@lists.sourceforge.net; Ramon Bastiaans Subject: Re: [Ganglia-developers] Ganglia 3.1 wish list... Original Message > From: Jesse Becker <[EMAIL PROTECTED]> >

[Ganglia-developers] [patch] change privateclusters auth header to include clustername

2008-03-06 Thread Ramon Bastiaans
Hi, I've made a little patch to the webfrontend of 3.0.7. The problem is that Ganglia always says "Ganglia Private Cluster", for ALL private clusters in the authentication header. This way you can't let Firefox or Internet Exporer remember a different password for each cluster. Since the Fir

Re: [Ganglia-developers] [patch] change privateclusters auth header to include clustername

2008-03-06 Thread Ramon Bastiaans
Oh and you also can't open 2 private clusters at the same time in 1 browser (different tabs) without this patch. Ramon Bastiaans wrote: > Hi, > > I've made a little patch to the webfrontend of 3.0.7. > > The problem is that Ganglia always says "Ganglia Priva

Re: [Ganglia-developers] [patch] change privateclusters auth header to include clustername

2008-03-06 Thread Ramon Bastiaans
oth trunk and 3.0.X > > Cheers > Martin > -- > Martin Knoblauch > email: k n o b i AT knobisoft DOT de > www: http://www.knobisoft.de > > > - Original Message > >> From: Ramon Bastiaans <[EMAIL PR

Re: [Ganglia-developers] [patch] change privateclusters auth headerto include clustername

2008-03-07 Thread Ramon Bastiaans
I agree, I guess it was in theory possible to trick auth.php into switching the realm. Didn't think of that. What about this one then? Now it checks if someone is not trying to change the cluster context and if the cluster is one of the private clusters. - Ramon. Brad Nicholes wrote: Ramon

Re: [Ganglia-developers] [patch] change privateclusters auth headerto include clustername

2008-03-07 Thread Ramon Bastiaans
Ignore my previous one, I sent the wrong patch. This is the correct patch! Ramon Bastiaans wrote: I agree, I guess it was in theory possible to trick auth.php into switching the realm. Didn't think of that. What about this one then? Now it checks if someone is not trying to chang

Re: [Ganglia-developers] [patch] change privateclusters auth headerto include clustername

2008-03-11 Thread Ramon Bastiaans
Did this one got accepted.. or? Ramon Bastiaans wrote: > Ignore my previous one, I sent the wrong patch. > > This is the correct patch! > > Ramon Bastiaans wrote: > >> I agree, I guess it was in theory possible to trick auth.php into >> switching the realm. >&

Re: [Ganglia-developers] Patch for modular graph.php.

2008-03-12 Thread Ramon Bastiaans
I like this setup a lot, has anyone considered this? Doesn't seem to have made it's way into svn and I saw no more replies on this topic. Cheers, - Ramon - reading up on old mail.. Jesse Becker wrote: > Below is a link to a patch against the current SVN trunk (r931) to split > graphing into dis

[Ganglia-developers] CVE

2009-01-23 Thread Ramon Bastiaans
I saw this pass by on my RSS feeds, not sure if you guys are aware of these yet? * http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-0241 "Stack-based buffer overflow in the process_path function in gmetad/server.c in Ganglia 3.1.1 allows remote attackers to cause a denial of service (cr

Re: [Ganglia-developers] [ANNOUNCEMENT] Ganglia 3.1.2 testing tarball...

2009-02-17 Thread Ramon Bastiaans
Will a final 3.1.2 release be issued soon? I think the two week testing period has passed and 'no news is good news'. ;) - Ramon. Brad Nicholes wrote: > In an effort to continue improving the Ganglia software, the Ganglia Project > has released an official testing release of Ganglia 3.1.2. Th

[Ganglia-developers] 3.1.2 not mentioned on http://www.ganglia.info/

2009-04-01 Thread Ramon Bastiaans
FYI, I noticed; At a first glance, version 3.1.1 is the latest version mentioned on http://www.ganglia.info/ 3.1.2 is only found in the Sourceforge downloads, but mentioned no place else. -- R. Bastiaans, B.ICT :: Systems Programmer, HPC&V SARA - Computing & Networking Services Science Par

[Ganglia-developers] graph report cacti style min/max/average/etc

2009-10-01 Thread Ramon Bastiaans
Hi, For our installation I modified the graph reports somewhat do display "Cacti style" min/max/average stats, this could be nice to include in the frontend for future releases. If I make a patch for this, should this behaviour be configurable or override the existing reports? I could also modif

Re: [Ganglia-developers] graph report cacti style min/max/average/etc

2009-10-02 Thread Ramon Bastiaans
patch and then you guys can see if you like it or not. Kind regards, - Ramon. Jesse Becker wrote: > On Thu, Oct 1, 2009 at 09:07, Ramon Bastiaans wrote: > >> Hi, >> >> For our installation I modified the graph reports somewhat do display >> "Cacti style" m

[Ganglia-developers] [PATCH] graph stats avg/min/max

2009-10-02 Thread Ramon Bastiaans
Hi, [resent email without screenshots/images] As I emailed yesterday, I modified the reports to display "Cacti style" statistics on the RRD graphs, i.e.: "Now: nn Avg: nn Min: nn Max: nn". The behaviour is now configurable through conf.php by setting the value "$graphreport_stats = true", as I c

Re: [Ganglia-developers] [PATCH] graph stats avg/min/max

2009-10-06 Thread Ramon Bastiaans
Any word on this? - Ramon. Ramon Bastiaans wrote: > Hi, > > [resent email without screenshots/images] > > As I emailed yesterday, I modified the reports to display "Cacti style" > statistics on the RRD graphs, i.e.: "Now: nn Avg: nn Min: nn Max: nn".

Re: [Ganglia-developers] [PATCH] graph stats avg/min/max

2009-10-07 Thread Ramon Bastiaans
, - Ramon. Ramon Bastiaans wrote: > Ok, I discovered a small error in formatting today, when displaying > small reports. > > I will send a new patch once I haved fixed that. > > Jesse Becker wrote: > >> Been busy--got a load of new hardware in at work, and haven't ha

Re: [Ganglia-developers] [PATCH] graph stats avg/min/max

2009-10-08 Thread Ramon Bastiaans
Jesse Becker wrote: > A few notes: > > * There are a few places where I see negative values, that I think > should be caught by the RPN calculations. Here's an example: > http://bayimg.com/EAEdDaACF > These negative value's occur when there are datapoints missing in the RRD's. Somehow rrdtool s

Re: [Ganglia-developers] [PATCH] graph stats avg/min/max

2009-10-13 Thread Ramon Bastiaans
[resent with patch gzipped due to message too big for mailman list] Ramon Bastiaans wrote: > Hi Jesse, > > I've had some fun with RPN.. but I got it to work. > > I have now fixed all the issues you reported; > > - All alignments are now correct with the option enabled

Re: [Ganglia-developers] [PATCH] graph stats avg/min/max

2009-11-04 Thread Ramon Bastiaans
Jesse, I fixed one more bug, seems I made a copy/paste typo with the cached mem values. You want me to resent it or is there no interest for this patch? - Ramon. Ramon Bastiaans wrote: > [resent with patch gzipped due to message too big for mailman list] > > > Ramon Bas

Re: [Ganglia-developers] [PATCH] graph stats avg/min/max

2009-11-04 Thread Ramon Bastiaans
Here it is. As I said I discovered a small copy/paste typo in the mem_report for the mem_cached values. This is fixed in this new one. The patch was created against current trunk. Jesse Becker wrote: > On Wed, Nov 04, 2009 at 04:43:30AM -0500, Ramon Bastiaans wrote: > >> Jesse, &

[Ganglia-developers] versioning confusion

2010-02-04 Thread Ramon Bastiaans
Hi, I haven't been following all the discussions lately, but I'm getting a bit confused on what the latest Ganglia 3.1 release is. I see communications about 3.1.6 on the developer list, while the latest downloadable version on www.ganglia.info is still 3.1.2. What happened with version 3.1.

Re: [Ganglia-developers] versioning confusion

2010-02-04 Thread Ramon Bastiaans
Ahh, I see. On 02/04/2010 12:11 PM, Martin Knoblauch wrote: 3.1.3 .. 3.1.5 were canned during testing. Apparently our process does not allow for fixing bugs/regressions between tagging and final release, so it was decided to never publish the intermediates. Perhaps in stead of tagging

Re: [Ganglia-developers] [Ganglia-general] Ganglia 3.1.7 ready for testing

2010-02-24 Thread Ramon Bastiaans
For CentOS 5 (RHEL5), there is a build dependancy package expat-devel, which is not properly set in the .spec file. There is only a libexpat-devel "BuildReq" for SuSe in the .spec file. On CentOS 5 this package is called expat-devel. Furthermore the "expat" buildreq seems unnecessary. I wrote

Re: [Ganglia-developers] ganglia with cacti style

2010-03-23 Thread Ramon Bastiaans
Hi, I've tried/asked to get this patch committed into the Ganglia source, but so far I've had no more response on this topic. Depending on which version of the web frontend you are running, I can send you a patch to apply this feature as a configurable option. Are you running the Ganglia 3.

Re: [Ganglia-developers] ganglia with cacti style

2010-03-26 Thread Ramon Bastiaans
Hi Bernard, It's here now: * http://bugzilla.ganglia.info/cgi-bin/bugzilla/show_bug.cgi?id=256 Have a nice weekend. Cheers, - Ramon. On 03/23/2010 06:41 PM, Bernard Li wrote: Hi Ramon: On Tue, Mar 23, 2010 at 2:52 AM, Ramon Bastiaans wrote: If you haven't already done so,

[Ganglia-developers] [gweb2] aggregate with y-label containing # fails in view

2012-04-12 Thread Ramon Bastiaans
When I make an aggregate graph which has a Y-axis label containing the "#" character, it works fine under the "Aggregate Graphs" tab. However, if I add that graph to a "view" using the "+" button, it does not display properly anymore. Removing the "#" from the Y-axis label in view_name.json f

Re: [Ganglia-developers] gmond udp receive buffer errors

2012-04-23 Thread Ramon Bastiaans
This is with gmond version 3.3.1, with a simple udp_receive_channel set like this: udp_recv_channel { port = "8669" } - Ramon. On 23-4-2012 12:03, Ramon Bastiaans wrote: Hi, While troubleshooting an other network issue, I enabled the netstats.py module to report "ud

[Ganglia-developers] gmond udp receive buffer errors

2012-04-23 Thread Ramon Bastiaans
Hi, While troubleshooting an other network issue, I enabled the netstats.py module to report "udp_rcvbufrerrors". Ironically, it seems to me as if gmond itself is experiencing udp receive buffer errors. When I check out /proc/net/udp for drops, amongst other things I see: sl local_addre

Re: [Ganglia-developers] gmond udp receive buffer errors

2012-04-23 Thread Ramon Bastiaans
using the values you tried to set at a system level. Regards, Daniel On 23/04/12 12:07, Ramon Bastiaans wrote: This is with gmond version 3.3.1, with a simple udp_receive_channel set like this: udp_recv_channel { port = "8669" } - Ramon. On 23-4-2012 12:03, Ramon Bastiaans wrot

Re: [Ganglia-developers] gmond udp receive buffer errors

2012-04-24 Thread Ramon Bastiaans
uptodate 1.3.9+dfsg-5 So the same as you - Ramon. On 23-4-2012 15:26, Daniel Pocock wrote: On 23/04/12 15:14, Ramon Bastiaans wrote: Hi Daniel, Ah ok. Before you sent your email I had already created a small patch for myself. It almost seems that APR ignores the OS settings (i.e

Re: [Ganglia-developers] gmond udp receive buffer errors

2012-04-24 Thread Ramon Bastiaans
On 23-4-2012 15:26, Daniel Pocock wrote: Actually, apr can be a little bit more naughty than that: for Vladimir and myself, attempting to query the buffer size from APR reports the value 0. Querying the underlying socket directly reports another value. I'm using apr-1.4.2 on Debian squeeze, wh

Re: [Ganglia-developers] gmond udp receive buffer errors

2012-04-26 Thread Ramon Bastiaans
I just sent in this: * https://github.com/ganglia/monitor-core/pull/34 I changed the patch to behave as you described. See the pull request for details. Cheers, - Ramon. On 24-4-2012 17:47, Daniel Pocock wrote: On 24/04/12 16:51, Ramon Bastiaans wrote: On 23-4-2012 15:26, Daniel Pocock

Re: [Ganglia-developers] gmond steadily memory usage increase

2012-06-18 Thread Ramon Bastiaans
This also happens with version 3.4.0. - Ramon. On 18-6-2012 16:40, Ramon Bastiaans wrote: Hi, Is anyone still experiencing memory increase over time in gmond? At one of our systems the "collector" gmond reaches up to 2GB memory if we keep it running long enough, see attached graph

Re: [Ganglia-developers] gmond steadily memory usage increase

2012-06-19 Thread Ramon Bastiaans
ood... are you by chance running any metric modules? How many nodes report to this collector? What if you turn off all except for one gmond reporting to it, does it still leak memory? Thanks, Bernard On Mon, Jun 18, 2012 at 7:43 AM, Ramon Bastiaans wrote: This also happens with version

Re: [Ganglia-developers] gmond steadily memory usage increase

2012-06-21 Thread Ramon Bastiaans
Well at least since version 3.3.1. Before that, we have been changing setup's so I don't know. Cheers, - Ramon. On 19-6-2012 18:05, Bernard Li wrote: Hi Ramon: Which version of Ganglia do you start seeing the issue? Thanks, Bernard On Tuesday, June 19, 2012, Ramon Bastiaans wrot

Re: [Ganglia-developers] gmond steadily memory usage increase

2012-06-21 Thread Ramon Bastiaans
I think this may be this issue: * http://bugzilla.ganglia.info/cgi-bin/bugzilla/show_bug.cgi?id=329 On 21-6-2012 11:38, Ramon Bastiaans wrote: Well at least since version 3.3.1. Before that, we have been changing setup's so I don't know. Cheers, - Ramon. On 19-6-2012 18:05,

Re: [Ganglia-developers] Ganglia Web 3.5.6 released

2013-02-18 Thread Ramon Bastiaans
Fsara. ing. Ramon Bastiaans - Senior Systems Programmer - Cluster Computing | Operations, Support & Development | SURFsara | Science Park 140 | 1098 XG Amsterdam | T +31 (0)20 592 30 00 | ramon.bastia...@surfsara.nl | www.surfsara.nl | On 14 feb. 2013, at 21:18, Vladimir Vuksan wrote: >

[Ganglia-developers] after "XML_ParseBuffer() error": gmetad port 8652 becomes unresponsive

2013-03-26 Thread Ramon Bastiaans
rt 8651 before restarting) available for who might want it, but it is 42 MB. Kind regards, - Ramon. As of January 2013, SARA has a new name: SURFsara. ing. Ramon Bastiaans - Senior Systems Programmer - Cluster Computing | Operations, Support & Development | SURFsara | Science Park 140 | 1098 XG

Re: [Ganglia-developers] after "XML_ParseBuffer() error": gmetad, port 8652 becomes unresponsive

2013-04-05 Thread Ramon Bastiaans
) finished. ;) pbswebmon is a completely different project which SARA is not associated with or has any role in. As of January 2013, SARA has a new name: SURFsara. ing. Ramon Bastiaans - Senior Systems Programmer - Cluster Computing | Operations, Support & Development | SURFsara | Science Park

Re: [Ganglia-developers] hacking cluster_extra template on ganglia-web

2013-04-19 Thread Ramon Bastiaans
You can use variables. For example I use something like this: and that works fine. The Dwoo templates requires you to place curly braces around variables: {$something} As of January 2013, SARA has a new name: SURFsara. ing. Ramon Bastiaans - Senior Systems Programmer - Cluster Computing

[Ganglia-developers] nfsstats.py python error in ganglia 3.6.0

2014-01-06 Thread Ramon Bastiaans
Hi, I’m getting a python error in the nfsstats.py module since upgrading to Ganglia 3.6.0. It may also be related to an upgrade of the (Debian) distro. [PYTHON] Can't call the metric_init function in the python module [nfsstats]. Traceback (most recent call last): File "/usr/lib/ganglia/pytho

Re: [Ganglia-developers] Multi CPU module added...

2007-05-08 Thread Ramon Bastiaans
Would it be easier now to implement network metrics for each NIC/subnet? Has been on my wishlist for a while, but would probably require web frontend changes too to the reports and how they are displayed. - Ramon. Brad Nicholes wrote: On 5/4/2007 at 4:26 PM, in message > <[EMAIL PROTECTED]

  1   2   >