Re: [Ganglia-developers] Host spoofing for SNMP

2006-05-18 Thread Adeyemi Adesanya
(Bernard ?? :-) Cheers Martin --- Adeyemi Adesanya <[EMAIL PROTECTED]> wrote: I have added Matt's code suggestions and I also made some other tweaks so that you can now spoof a 'heartbeat' : Example: gmetric --conf=/var/ganglia/gmond.conf -- spoof=123.456.678.9

Re: [Ganglia-developers] Host spoofing for SNMP

2006-05-17 Thread Adeyemi Adesanya
I have added Matt's code suggestions and I also made some other tweaks so that you can now spoof a 'heartbeat' : Example: gmetric --conf=/var/ganglia/gmond.conf -- spoof=123.456.678.901:YemiAbstractDevice --heartbeat The heartbeat message will simply update the 'last reported' time for

Re: [Ganglia-developers] Host spoofing for SNMP

2006-05-08 Thread Adeyemi Adesanya
ot;final" patch just open an bugzilla entry and attach the patch to it (diff -udpr). Post the bugzilla # and someone will take care of the thing. Martin --- Adeyemi Adesanya <[EMAIL PROTECTED]> wrote: OK, To those of you who have been waiting for my Ganglia host spoofing mod/hack - I&

Re: [Ganglia-developers] Host spoofing for SNMP

2006-05-04 Thread Adeyemi Adesanya
Hi Matt. Thanks for responding. I was hoping you would pitch in! Your changes sound good to me. I'll cc the developers mailing list too. --- Yemi On May 4, 2006, at 2:37 PM, matt massie wrote: yemi- awesome job on the spoof code. very nice. i have a few tiny changes that i'd like to

Re: [Ganglia-developers] Host spoofing for SNMP

2006-05-04 Thread Adeyemi Adesanya
OK, To those of you who have been waiting for my Ganglia host spoofing mod/hack - I'm sorry! Time to put the powers of open source development to work. This modification of mine will allow you to send gmetric messages on behalf of another host. This host may be real or imaginary. No steps

Re: [Ganglia-developers] Host spoofing for SNMP

2005-12-15 Thread Adeyemi Adesanya
riginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adeyemi Adesanya Sent: Thursday, December 15, 2005 10:24 To: [EMAIL PROTECTED] Cc: ganglia-developers@lists.sourceforge.net Subject: Re: [Ganglia-developers] Host spoofing for SNMP Hi Martin. I will put in

Re: [Ganglia-developers] Host spoofing for SNMP

2005-12-15 Thread Adeyemi Adesanya
Hi Martin. I will put in some testing time before submitting code along with documentation. This is of great importance to me because I need to monitor Network Appliance (NetApp) boxes. It is also worth considering security implications. Once the recipient gmond has processed the spoof me

[Ganglia-developers] apr_getnameinfo on Mac OS X

2005-06-20 Thread Adeyemi Adesanya
Hi. I've recently been testing Ganglia 3.0.1 on our OS X cluster (panther 10.3). For some reason, gmond is unable to resolve it's own hostname and sets the 'HOST NAME' to the ip address. I looked at Ganglia_host_get() in gmond.c and sure enough, apr_getnameinfo fails and the hostname is s

Re: [Ganglia-developers] version number

2005-02-02 Thread Adeyemi Adesanya
Hmm.I think the configuration file change is significant but the overall architecture has not changed that much. The changes could have been introduced incrementally over a series of minor releases but I think we would still be at a 2.x stage. 2.6.0 narrowly gets my vote. --- Yemi On

[Ganglia-developers] Solaris network metrics in 2.6.0 beta?

2005-01-25 Thread Adeyemi Adesanya
I have just noticed that the Solaris network metrics including bytes_in and bytes_out appear to be missing from the 2.6.0 snapshot. They do not appear in the solaris default configuration when I run "gmond -t" but they are in the Linux version. I tried to add the following collection group myse

[Ganglia-developers] Re: new snapshot with complete protocol.x for HPUX and Solaris

2005-01-21 Thread Adeyemi Adesanya
gcc? you can get it in pkg format from http://www.sunfreeware.com/. easy to install. i've been contacted by someone at sun who wants to package up ganglia for solaris as well. in the future, you will be able to install using official sun packages. -matt Adeyemi Adesanya wrote: Mat

Re: [Ganglia-developers] Re: new snapshot with complete protocol.x for HPUX and Solaris

2005-01-20 Thread Adeyemi Adesanya
Hey, Can't I build ganglia using the native solaris compiler instead? -- Yemi On Jan 20, 2005, at 5:38 PM, Adeyemi Adesanya wrote: Matt I'm running gcc 2.95.3 . I guess that's pretty old but should it still be compatible. Was the confuse library a recent addition? I

[Ganglia-developers] Re: new snapshot with complete protocol.x for HPUX and Solaris

2005-01-20 Thread Adeyemi Adesanya
matt-massie.com/ganglia/ganglia-2.6.0.200501201537.tar.gz Adeyemi Adesanya wrote: I'm having trouble building this snapshot on Solaris 5.9. gmond.c fails to compile: gmond.c: In function `process_configuration_file': gmond.c:155: parse error before `*' gmond.c:186: `tmp' und

Re: [Ganglia-developers] new snapshot addressing tag problem

2005-01-20 Thread Adeyemi Adesanya
Hi Matt. I'm having trouble building this snapshot on Solaris 5.9. gmond.c fails to compile: gmond.c: In function `process_configuration_file': gmond.c:155: parse error before `*' gmond.c:186: `tmp' undeclared (first use in this function) gmond.c:186: (Each undeclared identifier is reported on

Re: [Ganglia-developers] 2.6.0.

2005-01-11 Thread Adeyemi Adesanya
Matt, How soon can we expect a full functioned 2.6.0 beta? Have you locked down the feature set? -- Yemi On Jan 10, 2005, at 5:12 AM, Matt Massie wrote: Martin Knoblauch wrote: --- Matt Massie <[EMAIL PROTECTED]> wrote: i just uploaded a nearly functional snapshot of 2.6.0 to http:/

[Ganglia-developers] CVS branch for 2.5.8

2005-01-06 Thread Adeyemi Adesanya
Matt, Can you please create a 2.5.x branch so we can quickly pave the way for a 2.5.8 release? --- Yemi

[Ganglia-developers] Ganglia release schedule for 2005?

2005-01-04 Thread Adeyemi Adesanya
Well, 2005 is here and I hope that we will see a new release soon. Any chance of rolling out a final 2.5.x release (2.5.8?) this month? --- Yemi

Re: [Ganglia-developers] Re: 2.6.0? 2.5.8? 3.0.0? (frustration...)

2004-12-15 Thread Adeyemi Adesanya
Martin, I was under the impression that we were close to finalizing the new features/fixes for 2.5.8. Several of them have been floating around for a while and I really feel like the rug has been pulled from underneath me. Anyone who runs Ganglia on Solaris will know how I feel. When I realiz

[Ganglia-developers] 2.6.0? 2.5.8? 3.0.0? (frustration...)

2004-12-14 Thread Adeyemi Adesanya
Hi There. It appears that 2.6.0 is quite a significant step from 2.5.x especially since there isn't 100% backwards compatibility with 2.5.x. I don't want to sound too pessimistic but I sense that it may be sometime before we see an official 2.6.0 release. Why don't we see more frequent minor

Re: [Ganglia-developers] 2.6.0 w/multicast

2004-12-13 Thread Adeyemi Adesanya
Hi Matt. I welcome some of the new features you are planning to introduce for 2.6.0. I have downloaded this snapshot and I'll try and I'm looking forward to a working version I can test out too. From your description I understand that a metric collection_group is used to specify a bunch of re

Re: [Ganglia-developers] Host spoofing for SNMP

2004-12-06 Thread Adeyemi Adesanya
Matt, Just tried building the 2.6.0 snapshot. On Linux and Solaris I get the same compilation error with confuse.c: confuse.c: In function `cfg_init': confuse.c:1082: `LC_MESSAGES' undeclared (first use in this function) confuse.c:1082: (Each undeclared identifier is reported only once confuse

[Ganglia-developers] 2.5.8 unicast feedback

2004-11-28 Thread Adeyemi Adesanya
Hi. I have just been testing ganglia-monitor-core-2.5.8.200411241228.tar.gz that I downloaded from Matt's web site. Happy to see that the Solaris code uses kstat instead of kvm and the network-related metrics are present :-) However, the unicast interface does not allow me to specify multip

Re: [Ganglia-developers] Problems bootstrapping CVS on Fedora FC2

2004-11-23 Thread Adeyemi Adesanya
Hi. Sounds like CVS is in order now. Can you let me know when the 2.5.x Solaris related improvements (kstat, network metrics, etc.) are in a 2.5.8 beta? I'm eager to test the unicast stuff on my Solaris boxes. Thanks for all your hard work. Yemi On Nov 21, 2004, at 2:37 AM, Martin

Re: [Ganglia-developers] 2.5.8 feedback?

2004-11-05 Thread Adeyemi Adesanya
Hi Matt. Haven't tried 2.5.8 yet but I plan to as soon as I get the chance. Can you also add unicast support to gmetric? --- Yemi On Nov 5, 2004, at 3:09 AM, Matt Massie wrote: did anyone have a chance to try out ganglia 2.5.8? http://matt-massie.com/ganglia/ganglia-monitor-core-2.5.8.ta

[Ganglia-developers] Re: [Ganglia-general] Multiple clusters single gmetad

2004-11-03 Thread Adeyemi Adesanya
Steve, Our systems guys can't wait for the Ganglia unicasts either. Every time I add more nodes I cringe. Can we please see a Ganglia 2.6.x? If I recall, the target date was sometime in September. Yemi On Nov 2, 2004, at 1:22 PM, Steve Gilbert wrote: I've never seen this error bef

[Ganglia-developers] Is 2.6.0 frozen?

2004-09-16 Thread Adeyemi Adesanya
Hi. Is the list of new features for 2.6.0 frozen? I'd really like to see a stable release ASAP. Matt, I haven't heard much from you recently so I'm guessing that you're knee-deep in work. Can you please post a stable 2.6.0 snapshot on your web site? It seems that others are also keen to use u

[Ganglia-developers] Latest 2.6.0 snapshot/tests?

2004-08-17 Thread Adeyemi Adesanya
Hi. If you haven't noticed already, I'm really eager to use 2.6.0 in my production environment. Are there any new tests/snapshots for me to try out on Solaris? Yemi

Re: [Ganglia-developers] host proxies (SNMP)

2004-08-17 Thread Adeyemi Adesanya
Wow. No responses to my initial posting. Anyone else interested in using Ganglia to monitor SNMP devices? One of our systems experts has already produced a first version of an SNMP ganglia metric generator! -- Yemi On 7/23/04 11:34 AM, "Adesanya, Adeyemi" <[EMAIL PROTECTED]> wrote: > > >

Re: [Ganglia-developers] Adding cpu_wio to universal metrics

2004-05-28 Thread Adeyemi Adesanya
On 5/27/04 8:03 AM, "Martin Knoblauch" <[EMAIL PROTECTED]> wrote: Hi. If cpu_wio is a percentage does anyone know why some of my Solaris hosts report a value far exceeding 100? (Ganglia 2.5.5). Yemi > Hi, > > after receiving overwhelming feedback on my request for discussing the > additio

Re: [Ganglia-developers] Looking forward to 2.6.0

2004-05-18 Thread Adeyemi Adesanya
Matt, I may create a test environment to try out 2.6.0. Solaris is still my #1 platform for running gmond while gmetad and the web frontend run on Linux. I understand that the rrds won't be compatible across the releases. Is an rrd migration script still in the works? Yemi On 5/18/04 3:44 P

Re: [Ganglia-developers] host up/down conditions

2004-05-11 Thread Adeyemi Adesanya
Federico, Thank you for responding. Yemi On 5/11/04 7:43 AM, "Federico Sacerdoti" <[EMAIL PROTECTED]> wrote: > Exactly. Since heartbeats are simply UDP multicast messages, they can > be lost in the network. Therefore we do not proclaim death after 20 > sec, but wait 4 times that before get

[Ganglia-developers] FW: [Ganglia-general] Iostat metrics

2004-03-15 Thread Adeyemi Adesanya
Just realized I sent this to ganglia-general. I think it belongs here instead: -- Forwarded Message From: "Adesanya, Adeyemi" <[EMAIL PROTECTED]> Date: Fri, 12 Mar 2004 11:19:13 -0800 To: "'[EMAIL PROTECTED]'"<[EMAIL PROTECTED] net> Subject: [Ganglia-general] Iostat metrics I'd really like

[Ganglia-developers] Running as non-root on Solaris solved (I think)

2004-01-06 Thread Adeyemi Adesanya
> > Regardless, I don't have this code. > > And for the record, I never said I was happy about having to run gmond > as root instead of nobody. :) > > Adeyemi Adesanya wrote: >> Hi Christopher. >> >> I have not received a response from Steven Wagne

[Ganglia-developers] Re: [Ganglia-general] Re: Running as non-root on Solaris solved (I think)

2004-01-05 Thread Adeyemi Adesanya
Hi Christopher. I have not received a response from Steven Wagner so I will sent this message to the ganglia-developers list (where it belongs). I am keen to get these changes added to the ganglia because running gmond in root mode is a risk that many net security teams are unwilling to take. Can