Re: [Ganglia-general] Ganglia Alert and Tracking

2006-06-13 Thread Bernard Li
-Original Message- From: Alex Balk [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 11:04 To: Bernard Li Cc: Stackpole, Chris; ganglia-general@lists.sourceforge.net Subject: Re: [Ganglia-general] Ganglia Alert and Tracking Bernard, There is no contrib directory

Re: [Ganglia-general] Ganglia Alert and Tracking

2006-06-12 Thread Richard.Grevis
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Balk Sent: 09 June 2006 20:32 To: Bernard Li Cc: Stackpole, Chris; ganglia-general@lists.sourceforge.net Subject: Re: [Ganglia-general] Ganglia Alert and Tracking Bernard Li wrote: I am trying to write a script that pulls the info from

Re: [Ganglia-general] Ganglia Alert and Tracking

2006-06-12 Thread Alex Balk
*Cc:* Stackpole, Chris; ganglia-general@lists.sourceforge.net *Subject:* Re: [Ganglia-general] Ganglia Alert and Tracking Bernard, Sounds cool - maybe we could create a naming convention for web frontend addons? for example, all addons go under $WEBROOT/addons/$PATCH_NAME/. That could help

Re: [Ganglia-general] Ganglia Alert and Tracking

2006-06-11 Thread Bernard Li
; ganglia-general@lists.sourceforge.net Subject: Re: [Ganglia-general] Ganglia Alert and Tracking Bernard, Sounds cool - maybe we could create a naming convention for web frontend addons? for example, all addons go under $WEBROOT/addons/$PATCH_NAME/. That could help minimize naming conflicts

Re: [Ganglia-general] Ganglia Alert and Tracking

2006-06-10 Thread Alex Balk
: Re: [Ganglia-general] Ganglia Alert and Tracking Bernard Li wrote: I am trying to write a script that pulls the info from netcat and averages out some numbers but I believe that there is a easier way. Does ganglia store data in such a way that I could pull this type of information

Re: [Ganglia-general] Ganglia Alert and Tracking

2006-06-09 Thread Bernard Li
I am trying to write a script that pulls the info from netcat and averages out some numbers but I believe that there is a easier way. Does ganglia store data in such a way that I could pull this type of information? This appears so useful to me that I am sure that there are others that

Re: [Ganglia-general] Ganglia Alert and Tracking

2006-06-09 Thread Eli Stair
Sorry I haven't had time to come through with my offered scripts yet... I've got setups for exporting Ganglia XML to Nagios host/hostgroup configs, as well as doing host/service checks from the RRD data as well as directly from the XML ports. This is _very_handy_. I'm trying to get some other

Re: [Ganglia-general] Ganglia Alert and Tracking

2006-06-09 Thread Bernard Li
Hi Eli: As far as pulling data out of the RRD's for reporting, I've had to whip up some things in the past for dumping to CSV to be inclusive with other reports... Doing this for Cacti and Ganglia was quite the learning experience. What I mainly took out of it is a disdain for the

Re: [Ganglia-general] Ganglia Alert and Tracking

2006-06-09 Thread Eli Stair
On 6/9/06 11:52 AM, Bernard Li [EMAIL PROTECTED] wrote: Hi Eli: As far as pulling data out of the RRD's for reporting, I've had to whip up some things in the past for dumping to CSV to be inclusive with other reports... Doing this for Cacti and Ganglia was quite the learning