Re: [Ganglia-developers] (no subject)

2011-04-19 Thread Alex Dean
> On 19-Apr-2011, at 8:36 PM, aahan noor wrote: > >> Hi >> i am new to ganglia. i need to know from where i can get help of my several >> questions regarding ganglia.my 1st question is that what is the task >> of gmond module which is written in c, how gmond config file and module is >> connect

Re: [Ganglia-developers] (no subject)

2011-04-19 Thread saurabh verma
Read the documentations. On 19-Apr-2011, at 8:36 PM, aahan noor wrote: > Hi > i am new to ganglia. i need to know from where i can get help of my several > questions regarding ganglia.my 1st question is that what is the task > of gmond module which is written in c, how gmond config file and mo

Re: [Ganglia-developers] (no subject)

2010-05-07 Thread Ryan Pavlik
Make sure you have PHP enabled in your web server. Ryan On Thu, May 6, 2010 at 6:07 PM, David Gutierrez wrote: > Hello Developers, > I need your help, at my site, we configured, compiled and installed ganglia > as well as all the needed packages such as gmond, gmetad, php, confuse, > cairo, li

Re: [Ganglia-developers] (no subject)

2006-03-01 Thread Alex Balk
This is something that should be configurable. It's probably a good idea to set this as default behavior, but there should also be an option to revert back to the old behavior. I think the global section in gmond.conf would be the right place for this setting. Cheers, Alex James Mcininch wrot

RE: [Ganglia-developers] (no subject)

2006-03-01 Thread Richard.Grevis
oops -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Mcininch Sent: 01 March 2006 14:40 To: ganglia-developers@lists.sourceforge.net Subject: [Ganglia-developers] (no subject) I want

RE: [Ganglia-developers] (no subject)

2004-06-09 Thread Adesanya, Adeyemi
Wednesday, June 09, 2004 10:37 AM > To: [EMAIL PROTECTED] > Cc: Ganglia Developers; Adesanya, Adeyemi > Subject: Re: [Ganglia-developers] (no subject) > > thanks for martin's sleuthing i think i understand what might > be going on here. > > the getaddrinfo() call was b

Re: [Ganglia-developers] (no subject)

2004-06-09 Thread Matt Massie
On Wed, 2004-06-09 at 11:21, Martin Knoblauch wrote: > > i have a question though... where you putting in the hostname or IP > > address? i suspect you were putting in the hostname and when gmond > > resolved the name it got an IPv6 address. can you try running gmond > > explicitly stating an IP

Re: [Ganglia-developers] (no subject)

2004-06-09 Thread Josh Durham
I don't have access to a system right now, but he probably wants: telnet 127.0.0.1 8749 and telnet 8749 I think I remember trying these, and it failing, but I wouldn't bet money on it. - Josh Josh Durham [EMAIL PROTECTED] Computer Systems Engineer

Re: [Ganglia-developers] (no subject)

2004-06-09 Thread Martin Knoblauch
--- Matt Massie <[EMAIL PROTECTED]> wrote: > thanks for martin's sleuthing i think i understand what might be > going > on here. > > the getaddrinfo() call was being given an AF_UNSPEC hint which meant > that either a IPv4 or IPv6 address was acceptable. since the > machines > had IPv6 interfaces

Re: [Ganglia-developers] (no subject)

2004-06-09 Thread Matt Massie
thanks for martin's sleuthing i think i understand what might be going on here. the getaddrinfo() call was being given an AF_UNSPEC hint which meant that either a IPv4 or IPv6 address was acceptable. since the machines had IPv6 interfaces.. getaddrinfo was return the IPv6 interfaces. that's ok.

RE: [Ganglia-developers] (no subject)

2004-06-07 Thread Adesanya, Adeyemi
Hi Matt. Just took the latest source from your web site today and the 0.0.0.0 bug is still there. (Solaris 5.8 and 5.9) Here's some info from my 5.8 box: uname -a SunOS xxx 5.8 Generic_108528-27 sun4u sparc SUNW,Ultra-4 isainfo -kv 64-bit sparcv9 kernel modules gcc -v .. gcc version 2.95.

Re: [Ganglia-developers] (no subject)

2004-06-07 Thread steven wagner
Matt Massie wrote: i also heard reports from steve wagner about segfaults when you don't run gmond in debug mode. I never specifically receive segfaults and the monitoring core seems to run: ps -aef | grep gmond nobody 15920 1 0 Jun04 ?00:00:00 ./gmond nobody 15921 15920 0

Re: [Ganglia-developers] (no subject)

2004-04-03 Thread Martin Knoblauch
--- Matt Massie <[EMAIL PROTECTED]> wrote: > guys- > > painful. i just went through and read all our machine source code. > you > know.. there was just no other way to do it. i wanted to write a > script > but it was just to messy and complicated. > Hi Matt, sorry for your pain. Yes, I have

Re: [Ganglia-developers] (no subject)

2004-01-09 Thread Jason A. Smith
Hi Matt, I tested this on our clusters and no longer see the negative or large TN values that were causing the erroneous reports of hosts being down on the webfrontend. Will this be the official 2.5.6 or will there be anymore changes? ~Jason On Wed, 2003-12-31 at 15:25, Matt Massie wrote: > gu

Re: [Ganglia-developers] (no subject)

2003-12-31 Thread Brooks Davis
On Thu, Jan 01, 2004 at 04:25:17AM +0800, Matt Massie wrote: > if i hear that everything is ok.. i'll officially release 2.5.6. I just committed a change to configure.in which should fix FreeBSD ia64 support (there was a bogus catchall ia64 case in the match against the os, vendor, machine triplet

Re: [Ganglia-developers] (no subject)

2002-06-26 Thread Steven Wagner
matt massie wrote: #ifdef SOLARIS /* Solaris-specific metrics */ foo, #endif did any of you guys slip this into ./gmond/key_metrics.h ? if so.. what is it for? it is part of the woes on solaris now and i'm removing it.. unless you tell me otherwise. That's mine, and it's safe to remove