[Ganglia-general] How to delete "Time and String Metrics"

2010-06-01 Thread Miguel A.
Hello I want to monitoring switches witch ganglia using gmetrics. To do that, I have a cluster with a gmond and at least one gmetrics process that is running getting data from the switch. Now, when I try to show the Overview of the switch, "Time and String Metrics" sections appears with default v

Re: [Ganglia-general] How to delete "Time and String Metrics"

2010-06-01 Thread Miguel A.
las 10:38 +0200, Ron Wellnitz escribió: > Hi, > > please have a look at the host_view.tpl under your template > directory. > there you can modify the look of your host view and also the sections > for " Time and String Metrics". > > > greets > Ron > >

[Ganglia-general] Monitoring switches, "Gmond started" field.

2010-06-02 Thread Miguel A.
Hi I'm monitoring a switch through gmetrics. When I want to view the "Time and String Metrics", appears the "Gmond Started", "Uptime" and others variables with default values. Searching in several files such as (host_view.php,ganglia.php,functions.php ...) I achieved to fill the "Uptime" using "

Re: [Ganglia-general] Retrieve individual metric value

2010-06-08 Thread Miguel A.
Hello Gustavo. I'm using that check for nagios too, and this "check" show only the data you are requesting (perfect !! ). But I have a doubt, does this check get all the information from ganglia and then apply a filter? or only get the specific data? This is important to performance issue, but

Re: [Ganglia-general] Retrieve individual metric value

2010-06-09 Thread Miguel A.
ce code > > for meta view page in order to retrieve specific metric > > value for each host on each sources. Right now still study the perl script > > that you give. > > > > Thanks, > > > > Rgds, > > syafuan > > > > 2010/6/8 Miguel A. &g

Re: [Ganglia-general] Retrieve individual metric value

2010-06-09 Thread Miguel A.
Thanks Gustavo,,, I'll try to find an improvement. Vladimir Vuksan (in this mail list) gave us a solution to start. http://vuksan.com/linux/nagios_scripts.html#check_ganglia_metrics Regards El mar, 08-06-2010 a las 09:48 -0300, Gustavo Berman escribió: > El día 8 de junio de 2010 04:55

[Ganglia-general] Save debug mode or logs

2010-06-22 Thread Miguel A.
Hello, After 21 days, gmetad stoped working. I was looking for logs in /etc/secure , /etc/syslog but I didn't find anything. Now , I want to save the debug mode in a file or a similar thing. I thought I could redirect the output with ">>", do you have other idea? Regards, Miguel. --

Re: [Ganglia-general] Save debug mode or logs

2010-06-23 Thread Miguel A.
when the error happens :(. Any idea? Regards, Miguel. El mar, 22-06-2010 a las 10:52 -0700, Bernard Li escribió: > Hi Miguel: > > 2010/6/22 Miguel A. : > > > After 21 days, gmetad stoped working. I was looking for logs > > in /etc/secure , /etc/syslog but I didn't find

Re: [Ganglia-general] Save debug mode or logs

2010-06-25 Thread Miguel A.
I found a simple solution to my problem based on adding this line to cron: * * * * * /bin/date >> /var/log/gmetad.log Regards Miguel. El jue, 24-06-2010 a las 08:55 +0200, Miguel A. Díaz Corchero escribió: > Ok, thanks Bernard, but I still have a problem with the time ...

[Ganglia-general] gmetad xml output is incomplete sometimes

2010-06-25 Thread Miguel A.
Hi. I'm getting the XML output from gmetad and saving it in a file. Sometimes, the output XML has more machine than others. For example, At 2 p.m the xml output is host 1 host 2 host 3 And one minute later, the xml output is

Re: [Ganglia-general] gmetad xml output is incomplete sometimes

2010-06-27 Thread Miguel A.
gmetad? > > Cheers, > > Bernard > > 2010/6/25 Miguel A. : > > Hi. > > > > I'm getting the XML output from gmetad and saving it in a file. > > Sometimes, the output XML has more machine than others. For example, > > At 2 p.m the xml output

Re: [Ganglia-general] gmetad xml output is incomplete sometimes

2010-06-28 Thread Miguel A.
ld result in > incomplete/broken XML. And yes, we have seen it before :-) > > Cheers > Martin > -- > Martin Knoblauch > email: k n o b i AT knobisoft DOT de > www: http://www.knobisoft.de > > > > - Origina

Re: [Ganglia-general] gmetad xml output is incomplete sometimes

2010-07-05 Thread Miguel A.
s asks for documentation. > > Cheers > > Martin-- > Martin Knoblauch > email: k n o b i AT knobisoft DOT de > www: http://www.knobisoft.de > > > > - Original Message > > From: Miguel A. Díaz Corchero &

[Ganglia-general] max number of metrics per host

2010-07-08 Thread Miguel A.
Hello. Currently I'm monitoring only two switches in my ganglia (but soon I'll have 20). Those switches have 500 metrich each one (because of high number of interfaces of the switch and the number of metrics per interface). The ganglia server is a vmware virtual machine with 1 GB and 1 processor.