Re: [Ganglia-developers] python gmetad

2008-04-22 Thread Matt Ryan
On Tue, 2008-04-22 at 05:27 -0500, Carlo Marcelo Arenas Belon wrote: On Mon, Apr 21, 2008 at 11:48:35AM -0600, Matt Ryan wrote: Attached is a patch for this bug. The problem was that with no data sources providing data to gmetad (since the gmond used as a cluster collector is down

[Ganglia-developers] trusted hosts patch

2008-04-22 Thread Matt Ryan
All, Attached is a patch for python gmetad which should add support for the trusted_hosts and all_trusted configuration file parameters. --- gmetad.py 2008-04-22 08:17:00.0 -0600 +++ gmetad.py.new 2008-04-21 17:52:07.0 -0600 @@ -26,21 +26,42 @@

Re: [Ganglia-developers] python gmetad

2008-04-22 Thread Matt Ryan
On Tue, 2008-04-22 at 07:59 -0600, Matt Ryan wrote: On Tue, 2008-04-22 at 05:27 -0500, Carlo Marcelo Arenas Belon wrote: On Mon, Apr 21, 2008 at 11:48:35AM -0600, Matt Ryan wrote: Attached is a patch for this bug. The problem was that with no data sources providing data to gmetad

Re: [Ganglia-developers] python gmetad

2008-04-21 Thread Matt Ryan
From: Matt Ryan [EMAIL PROTECTED] To: ganglia-developers@lists.sourceforge.net Sent: Saturday, April 19, 2008 12:06:47 AM Subject: [Ganglia-developers] python gmetad Hi, Attached is a first stab at a python version of gmetad. Brad asked me to try rewriting gmetad in python

Re: [Ganglia-developers] python gmetad

2008-04-21 Thread Matt Ryan
On Mon, 2008-04-21 at 01:45 -0500, Carlo Marcelo Arenas Belon wrote: On Sat, Apr 19, 2008 at 06:10:28AM -0700, Gilad Raphaelli wrote: I was only able to get things started after moving from python2.3 to python2.5 (after making the changes above) due to some changes (?) to the logging

Re: [Ganglia-developers] python gmetad

2008-04-21 Thread Matt Ryan
On Mon, 2008-04-21 at 09:36 -0600, Matt Ryan wrote: [snip] Finally, gmetad-python does not like it when the gridname is not set throwing: File /home/graph/local/src/gmetad-python/gmetad_data.py, line 44, in generateKey return ':'.join(vals) TypeError: sequence item 1

Re: [Ganglia-developers] python gmetad

2008-04-21 Thread Matt Ryan
On Mon, 2008-04-21 at 09:37 -0600, Matt Ryan wrote: On Mon, 2008-04-21 at 01:45 -0500, Carlo Marcelo Arenas Belon wrote: On Sat, Apr 19, 2008 at 06:10:28AM -0700, Gilad Raphaelli wrote: I was only able to get things started after moving from python2.3 to python2.5 (after making

[Ganglia-developers] python gmetad

2008-04-18 Thread Matt Ryan
this is easy. Just put all the files in the same directory, then run python ./gmetad.py. You can add a --help at the end to show usage information. Please let me know what you think. -- Matt Ryan Sr. Software Engineer Novell, Inc. #!/usr/bin/env python import sys import socket import os

Re: [Ganglia-developers] Gridstack cookie not set correctly

2008-04-15 Thread Matt Ryan
On Tue, 2008-04-15 at 11:14 -0700, Bernard Li wrote: Hi Carlo: On Tue, Apr 15, 2008 at 1:11 AM, Carlo Marcelo Arenas Belon [EMAIL PROTECTED] wrote: since that code has been overridden by the one in r1230, is this still relevant? The original patch which Matt submitted (and which

Re: [Ganglia-developers] RFC: enabling python modules by default

2008-03-19 Thread Matt Ryan
On Tue, 2008-03-18 at 22:29 -0500, Carlo Marcelo Arenas Belon wrote: On Tue, Mar 18, 2008 at 07:04:10PM -0700, Bernard Li wrote: On 3/18/08, Carlo Marcelo Arenas Belon [EMAIL PROTECTED] wrote: is there any good reason why building the python module wrapper is not enabled by

Re: [Ganglia-developers] questions re: user-defined instance datacollection, reporting, and listening

2008-01-14 Thread Matt Ryan
Some ideas about a couple of your questions, below: On Mon, 2008-01-14 at 09:41 -0500, Lou Degenaro wrote: I'm looking for help in understanding if Ganglia can be used to monitor a cluster relative to our needs. Questions: 1. In our situation. each node has one or more application

Re: [Ganglia-developers] PNG vs SVG

2007-12-14 Thread Matt Ryan
I had heard once that there were browser compatibility issues with SVG - specifically, that they didn't work properly on browsers other than IE. Perhaps I misunderstood?? Bernard Li [EMAIL PROTECTED] 12/13/07 6:29 PM Note Matt Chambers originally came up with the idea of using SVG -- I