Re: [Ganglia-developers] Graphs Chopping

2013-02-19 Thread Jason A. Smith
It is most likely a gmetad/rrd problem. Is your gmetad server under heavy load and high IO wait? Are you using tmpfs or rrdcached to store ganglia's rrds? ~Jason On 02/19/2013 06:12 PM, Zaheer Saeed wrote: > I have recently migrated ganglia from unix blade A to unix blade B. I > basically copi

Re: [Ganglia-developers] Stack smashing in Linux gmond while reading long lines from /proc/mounts.

2009-07-30 Thread Jason A. Smith
On Thu, 2009-07-30 at 10:29 +, Carlo Marcelo Arenas Belon wrote: > On Wed, Jul 29, 2009 at 03:42:05PM -0400, Jason A. Smith wrote: > > > > In gmond, the monitor-core/libmetrics/linux/metrics.c:find_disk_space() > > function, was not only using small character array

[Ganglia-developers] Stack smashing in Linux gmond while reading long lines from /proc/mounts.

2009-07-29 Thread Jason A. Smith
e the size of the arrays and also make each of the arrays used in the sscanf the same size as the line buffer used in fgets, so there is no chance of another overflow. ~Jason -- /--\ | Jason A. Smith Em

Re: [Ganglia-developers] Patch for php logging noise.

2009-01-15 Thread Jason A. Smith
Any comments? Can this be committed to SVN? I would do it myself, but I do not have permission. ~Jason On Tue, 2009-01-13 at 09:57 -0500, Jason A. Smith wrote: > This patch comes from a colleague of mine (Jerome Lauret) who said he > was getting a lot of noise in his apache log

[Ganglia-developers] Patch for php logging noise.

2009-01-13 Thread Jason A. Smith
s. ~Jason -- /--\ | Jason A. Smith Email: smit...@bnl.gov | | Atlas Computing Facility, Bldg. 510MPhone: +1-631-344-4226 | | Brookhaven National Lab, P.O. Box 5000 Fax: +1-631-344-7616 | | Upton, NY

Re: [Ganglia-developers] Web templates & subversion access.

2009-01-12 Thread Jason A. Smith
On Mon, 2009-01-12 at 07:31 +, Carlo Marcelo Arenas Belon wrote: > On Sat, Jan 10, 2009 at 06:03:42PM -0500, Jason A. Smith wrote: > > On Sat, 2009-01-10 at 11:25 +, Carlo Marcelo Arenas Belon wrote: > > > On Thu, Jan 08, 2009 at 04:13:13PM -0500, Ja

Re: [Ganglia-developers] Web templates & subversion access.

2009-01-10 Thread Jason A. Smith
On Sat, 2009-01-10 at 11:25 +, Carlo Marcelo Arenas Belon wrote: > On Thu, Jan 08, 2009 at 04:13:13PM -0500, Jason A. Smith wrote: > > > > Recently I started testing the svn version of the web scripts and found > > a few bugs. > > could you elaborate on the bug this

[Ganglia-developers] Ganglia web cluster/grid name patch.

2009-01-09 Thread Jason A. Smith
lready in the names. ~Jason -- /----------\ | Jason A. Smith Email: smit...@bnl.gov | | Atlas Computing Facility, Bldg. 510MPhone: +1-631-344-4226 | | Brookhaven National Lab, P.O. Box 5000 Fax: +1-631-34

[Ganglia-developers] Web templates & subversion access.

2009-01-08 Thread Jason A. Smith
rrides the size selected for the cluster graphs. Thanks, ~Jason -- /--\ | Jason A. Smith Email: smit...@bnl.gov | | Atlas Computing Facility, Bldg. 510MPhone: +1-631-344-4226 | | Brookhaven Nationa

Re: [Ganglia-developers] Any reason why the init script starts gmetad as root?

2008-08-13 Thread Jason A. Smith
_ > Ganglia-developers mailing list > Ganglia-developers@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ganglia-developers > -- /--\ | Jason A. Smith

Re: [Ganglia-developers] Web interface enhancements patch.

2008-08-11 Thread Jason A. Smith
On Sat, 2008-08-09 at 06:34 -0500, Carlo Marcelo Arenas Belon wrote: > On Mon, Aug 04, 2008 at 04:06:07PM -0400, Jason A. Smith wrote: > > On Mon, 2008-07-21 at 03:07 -0500, Carlo Marcelo Arenas Belon wrote: > > > On Fri, Jul 18, 2008 at 07:33:23PM -0400, Ja

Re: [Ganglia-developers] Web interface enhancements patch.

2008-08-04 Thread Jason A. Smith
Hi Carlo, Sorry for the late reply, I have been on vacation the last two weeks. On Mon, 2008-07-21 at 03:07 -0500, Carlo Marcelo Arenas Belon wrote: > On Fri, Jul 18, 2008 at 07:33:23PM -0400, Jason A. Smith wrote: > > > > This patch takes the max_graphs option from the co

[Ganglia-developers] Web interface enhancements patch.

2008-07-18 Thread Jason A. Smith
In case anyone is interested, I submitted a patch to bugzilla which adds some improvements to the web interface: http://bugzilla.ganglia.info/cgi-bin/bugzilla/show_bug.cgi?id=194 This patch takes the max_graphs option from the conf.php file and makes it configurable on the web interface. I also

[Ganglia-developers] Ganglia web patches.

2008-07-16 Thread Jason A. Smith
on.acf.bnl.gov&forum_name=ganglia-developers Patch entered into bugzilla: http://bugzilla.ganglia.info/cgi-bin/bugzilla/show_bug.cgi?id=193 ~Jason -- /----------\ | Jason A. Smith Email: [EMAIL PROTECTED]

Re: [Ganglia-developers] gmetad interactive port

2008-02-19 Thread Jason A. Smith
mt.com/MRT/go/vse012070mrt/direct/01/ > ___ > Ganglia-developers mailing list > Ganglia-developers@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ganglia-developers > -- /------\ | Jason A.

Re: [Ganglia-developers] setting common upper-limit across a range of graphs

2006-05-11 Thread Jason A. Smith
ceforge id? i think we should give you write > privileges to the code repository. > > -matt > > On May 10, 2006, at 2:46 PM, Jason A. Smith wrote: > > > The patch I attached to that bugzilla report does exactly this, > > except I > > used a null output file

Re: [Ganglia-developers] setting common upper-limit across a range of graphs

2006-05-10 Thread Jason A. Smith
"VDEF:limitsmax=limits,MAXIMUM ". > "VDEF:limitsmin=limits,MINIMUM ". > "PRINT:limitsmax:%.2lf ". > "PRINT:limitsmin:%.2lf"; > > The dummy output filename was critical to get any output at all. Other > changes

Re: [Ganglia-developers] setting common upper-limit across a range of graphs

2006-05-10 Thread Jason A. Smith
bid=263057&dat=121642 > ___ > Ganglia-developers mailing list > Ganglia-developers@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ganglia-developers > -- /-

Re: [Ganglia-developers] RE: [Ganglia-general] New (final?) tarball for ganglia-3.0.3

2006-04-14 Thread Jason A. Smith
-- > > Martin Knoblauch > > email: k n o b i AT knobisoft DOT de > > www: http://www.knobisoft.de > > > > > > --- > > This SF.Net email is sponsored by xPML, a groundb

Re: [Ganglia-developers] reorganizing clusters

2006-03-23 Thread Jason A. Smith
> > > containing 4 cpus. In actuality, this has 8 hosts each containing 4 > > > > cpus, but apparently the hosts are not reporting the current number of > > > > cpus to the front end. Why not? I recently restarted gmond on each of > > > > the 8 hosts. > > > > >

Re: [Ganglia-developers] hyperthreading & cpu_num patch.

2006-03-01 Thread Jason A. Smith
it to report the number of CPU cores rather than the > number of virtual > CPUs. > -- /------\ | Jason A. Smith Email: [EMAIL PROTECTED] | | Atlas Computing Facility, Bldg. 510MPhone: (631)344-4226

RE: [Ganglia-developers] SuSE init scripts [was First prerelease of ganglia-3.0.3 readyfor testing]

2006-02-25 Thread Jason A. Smith
gt; and SuSE systems and then check my modifications in. > > Cheers, > > Bernard > > __ > From: Ole Turvoll [mailto:[EMAIL PROTECTED] > Sent: Fri 24/02/2006 10:51 > To: Bernard Li >

Re: [Ganglia-developers] SuSE init scripts [was First prerelease of ganglia-3.0.3 readyfor testing]

2006-02-24 Thread Jason A. Smith
On Fri, 2006-02-24 at 03:28, Bernard Li wrote: > Martin, others: > > It seems that the stock init.d scripts that ship with the Ganglia RPMs > do not work on SuSE since it depends on /etc/rc.d/init.d/functions. I > believe SuSE specific init scripts are available in the CVS > repository. > > On

Re: {Spam?} [Ganglia-developers] Re: [Ganglia-general] Early termination of XML stream from a windows based agent.

2006-02-10 Thread Jason A. Smith
-- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-u

Re: [Ganglia-developers] Avg Load percentages on the web frontend.

2005-12-15 Thread Jason A. Smith
to > keep > the current behaviour would be fine. > > -- Rick > > -- > Rick Mohr > Systems Developer > Ohio Supercomputer Center > > On Thu, 15 Dec 2005, Jason A. Smith wrote: > > > I was thinking that if some people would prefer the curre

Re: [Ganglia-developers] Avg Load percentages on the web frontend.

2005-12-15 Thread Jason A. Smith
be values given for > both current and historic. > > Thanks for your work, > Ian > > Jason A. Smith wrote: > > >The Avg Load percentages on the ganglia web frontend currently show the > >latest measured values for the grid/cluster. When looking at historic

[Ganglia-developers] Avg Load percentages on the web frontend.

2005-12-14 Thread Jason A. Smith
calculate the average loads over the displayed time range instead of the latest value, see attachment. Any comments, suggestions? ~Jason -- /--\ | Jason A. Smith Email: [EMAIL PROTECTED] | | Atlas

Re: [Ganglia-developers] SC|05

2005-11-04 Thread Jason A. Smith
I will be there, at the BNL booth. ~Jason On Thu, 2005-11-03 at 15:01, Bernard Li wrote: > Hey guys: > > Anybody on the list attending SC|05? I know Brooks will be there. > > Cheers, > > Bernard > > > --- > SF.Net email is sponsored by: >

Re: [Ganglia-developers] Firewall troubles (multicasting with APF/IPTables)

2005-09-20 Thread Jason A. Smith
> mcast_join = 239.2.11.71 > mcast_if = eth1 > port = 8649 > } > > With many thanks for all your help, > > Alex > > > On 20/09/05, Jason A. Smith <[EMAIL PROTECTED]> wrote: > If your systems have more than one interface then you probably &

Re: [Ganglia-developers] Firewall troubles (multicasting with APF/IPTables)

2005-09-20 Thread Jason A. Smith
ng all ports from 0.0.0.0 to no avail). > > Many thanks, > > Alex > > > On 20/09/05, Jason A. Smith <[EMAIL PROTECTED]> wrote: > > If you think it is the iptables firewall that is causing you your > > problems then try turning on logging of dropped

Re: [Ganglia-developers] Firewall troubles (multicasting with APF/IPTables)

2005-09-20 Thread Jason A. Smith
so? > > Many thanks, > > Alex > > > On 20/09/05, Jason A. Smith <[EMAIL PROTECTED]> wrote: > > If your network switches are configured to do igmp, then you will > > probably want to add an iptables rule like this: > > > > iptables -A INPUT -p igmp -j

Re: [Ganglia-developers] Firewall troubles (multicasting with APF/IPTables)

2005-09-19 Thread Jason A. Smith
If your network switches are configured to do igmp, then you will probably want to add an iptables rule like this: iptables -A INPUT -p igmp -j ACCEPT We have iptables configured on all of our systems running ganglia without any problems and only have 2 related rules, the igmp one above and a mul

[Ganglia-developers] Re: [Ganglia-general] Total CPU's

2005-09-13 Thread Jason A. Smith
ehavior. > > > > Is it becoz of hyperthreading, coz it shows up to linux as cpu0 and > > cpu1.. > > > > > > > > Thanks, > > > > Vineet Agarwal > > > > -- /--\ | Jason A

[Ganglia-developers] Re: [Ganglia-general] Gmetad reporting nodes down when they are up

2005-08-18 Thread Jason A. Smith
I believe that with a gmetad polling interval of 5 minutes you will probably end up seeing a lot of your nodes as dead. See the host_alive function in the ganglia.php file. The webfrontend will consider a host alive as long as it last heard from it in the last 4*TMAX seconds and I believe that TM

RE: [Ganglia-developers] ganglia.spec.patch

2005-08-02 Thread Jason A. Smith
rtin Knoblauch > > > email: k n o b i AT knobisoft DOT de > > > www: http://www.knobisoft.de > > > > > > > > > > -- > Martin Knoblauch > email: k n o b i AT knobisoft DOT de > www

[Ganglia-developers] Ganglia's bugzilla.

2005-06-29 Thread Jason A. Smith
Ganglia's bugzilla page (bugzilla.ganglia.info) appears to be down. I haven't checked it in a while so I don't know if this is just temporary or if it has been taken down permanently. Anyone know? ~Jason -- /---

[Ganglia-developers] Ganglia's linux sys_clock metric.

2005-04-01 Thread Jason A. Smith
ixed? ~Jason -- /------\ | Jason A. Smith Email: [EMAIL PROTECTED] | | Atlas Computing Facility, Bldg. 510MPhone: (631)344-4226 | | Brookhaven National Lab, P.O. Box 5000 Fax:(631)344-7616 | | Upton, NY 11973-5000| \--/

[Ganglia-developers] Ganglia's config files & xml.

2005-03-30 Thread Jason A. Smith
e the config files for ganglia here. ~Jason -- /--\ | Jason A. Smith Email: [EMAIL PROTECTED] | | Atlas Computing Facility, Bldg. 510MPhone: (631)344-4226 | | Brookhaven National Lab, P.O. Box 5000

Re: [Ganglia-developers] User Authentication/Security Layer for Ganglia

2005-03-30 Thread Jason A. Smith
___ > Ganglia-developers mailing list > Ganglia-developers@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ganglia-developers > -- /--\ | Jason A. Smith Email: [EMAIL PROTECTED] | | Atlas Computing Facility, Bldg. 510MPhone: (631)344-4226 | | Brookhaven National Lab, P.O. Box 5000 Fax:(631)344-7616 | | Upton, NY 11973-5000| \--/

Re: [Ganglia-developers] thoughts on metrics

2005-03-28 Thread Jason A. Smith
pretty graphs for just about anything. > > Any thoughts on these issues? > > -- Brooks > -- /--\ | Jason A. Smith Email: [EMAIL PROTECTED] | | Atlas Computing Facility, Bldg. 510MPhone: (6

Re: [Ganglia-developers] webfrontend version number

2005-03-17 Thread Jason A. Smith
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > ___________ > > Ganglia-developers mailing list > > Ganglia-developers@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/ganglia-developers -- /--\ | Jason A. Smith Email: [EMAIL PROTECTED] | | Atlas Computing Facility, Bldg. 510MPhone: (631)344-4226 | | Brookhaven National Lab, P.O. Box 5000 Fax:(631)344-7616 | | Upton, NY 11973-5000| \--/

[Ganglia-developers] Patches, bugzilla & the developer list.

2005-02-24 Thread Jason A. Smith
2. Patch allowing gmetad to quickly reuse known good source hosts: http://bugzilla.ganglia.info/cgi-bin/bugzilla/show_bug.cgi?id=27 ~Jason -- /--\ | Jason A. Smith Email: [EMAIL PROTECTED] | | A

[Ganglia-developers] Patch to add pseudo metrics to list in cluster view.

2004-12-15 Thread Jason A. Smith
have been lost in the major changes that took place in version 2.5.4, but since I missed having them, I made this patch which puts them back into the list. ~Jason -- /--\ | Jason A. Smith Email: [E

Re: [Ganglia-developers] Change in gmetad's scalable option behavior.

2004-12-14 Thread Jason A. Smith
't know if it would break anything else. Is there a good reason for that check? ~Jason On Tue, 2004-12-14 at 14:21, Federico Sacerdoti wrote: > Got it tested and into CVS. I see no parse errors when the scalable > mode is off. > > -Federico > > On Dec 14, 2004,

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

2004-12-14 Thread Jason A. Smith
from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > ___ > Ganglia-developers mailing list > Ganglia-developers@lists.sourceforge.net > ht

[Ganglia-developers] Re: [Ganglia-general] Chunky Plots - Fix.

2004-12-14 Thread Jason A. Smith
IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > ___________ > Ganglia-general mailing list > [EMAIL PROTECTED] > https://lis

Re: [Ganglia-developers] Change in gmetad's scalable option behavior.

2004-12-14 Thread Jason A. Smith
> On Dec 13, 2004, at 10:25 AM, Jason A. Smith wrote: > > > It probably isn't common, but using an old gmetad with the new 2.5.7 > > webfrontend scripts will cause an error from this code in > > get_ganglia.php which is assuming a grid tag must be present: > > &

Re: [Ganglia-developers] Change in gmetad's scalable option behavior.

2004-12-13 Thread Jason A. Smith
ot;Ganglia cannot find a data source. Is gmond running?"; exit; } Shouldn't the error message say gmetad not gmond? Is a grid tag really necessary for the webfrontend to function? If I comment this code out the web page looks fine to me. ~Jason On Mon, 2004-12-13 at 13:02,

[Ganglia-developers] Change in gmetad's scalable option behavior.

2004-12-13 Thread Jason A. Smith
ion in the gmetad.conf file says that setting scalable to off will also make it not wrap its xml output in a grid tag. Either the documentation or code should probably be corrected. ~Jason -- /--\ | Jason A. Smith

[Ganglia-developers] Extra CPU states - iowait.

2004-12-10 Thread Jason A. Smith
, it would be nice to do something like this instead of leaving it blank in the graph. ~Jason -- /--\ | Jason A. Smith Email: [EMAIL PROTECTED] | | Atlas Computing Facility, Bldg. 510MPhone: (631)344

[Ganglia-developers] [Fwd: some webfrontend tweaks.]

2004-12-03 Thread Jason A. Smith
"Ganglia cannot find a data source. Is gmond running?"; > exit; >} > Did something strange happen with ganglia's cvs tree? I hope no other bugs have been reintroduced. ~Jason -- /----------\ | Ja

[Ganglia-developers] [Fwd: New patch version [Was: gmetad source connection timeout problems.]]

2004-12-03 Thread Jason A. Smith
~Jason -- /------\ | Jason A. Smith Email: [EMAIL PROTECTED] | | Atlas Computing Facility, Bldg. 510MPhone: (631)344-4226 | | Brookhaven National Lab, P.O. Box 5000 Fax:(631)344-7616 | | Upton, NY 11

[Ganglia-developers] New patch version [Was: gmetad source connection timeout problems.]

2004-07-29 Thread Jason A. Smith
y comments yet. ~Jason On Tue, 2004-06-29 at 16:22, Jason A. Smith wrote: > We have had problems with gmetad where things like nodes down or other > network errors have caused connection timeouts when gmetad is trying to > get data from a source. The effect of having the first or a few o

Re: [Ganglia-developers] Bad summary data in gmetad.

2004-07-15 Thread Jason A. Smith
more easily identify where the problem is. Sorry for the long email.... ~Jason On Wed, 2004-07-14 at 15:05, Jason A. Smith wrote: > I have two gmetad servers, setup using the scalability option so they > each keep their own copy of the rrds. The second gmetad, which gets > data f

[Ganglia-developers] Bad summary data in gmetad.

2004-07-14 Thread Jason A. Smith
which it reports on the query port and writes into the rrds. Is this some thread timing or data locking issue? Does anyone else see this? Ganglia version: 2.5.6 ~Jason -- /----------\ | Jason A. Smith Emai

Re: [Ganglia-developers] gmond patch for trusted_hosts failure

2004-07-07 Thread Jason A. Smith
efault: none > # trusted_hosts 1.1.1.1 1.1.1.2 1.1.1.3 \ > # 2.3.2.3 3.4.3.4 5.6.5.6 > > Which I changed to > > # default: none > # trusted_hosts 1.1.1.1 1.1.1.2 1.1.1.3 \ > trusted_hosts 192.168.0.56 > > The trailing backslash of the comment line is the evil cause of all my wo

[Ganglia-developers] gmetad source connection timeout problems.

2004-06-29 Thread Jason A. Smith
appears to be working good. I attached 2 versions of the same patch, one for the current stable version [2.5.6], and another for Matt's latest 2.6.0 development version. ~Jason -- /--\ | Jason A. Smith

[Ganglia-developers] some webfrontend tweaks.

2004-06-21 Thread Jason A. Smith
list. I tried looking at the code myself, but it looks like it would require modifying a lot of the code and I am not a php expert. ~Jason -- /------\ | Jason A. Smith Email: [EMAIL PROTECTED] | | Atlas C

Re: [Ganglia-developers] Where are my graphs?

2004-06-03 Thread Jason A. Smith
Try looking in your webfrontend's conf.php file and make sure these three parameters are configured correctly: # The high-performance gmetad. $gmetad_root = "/var/lib/ganglia"; $rrds = "$gmetad_root/rrds"; # Leave this alone if rrdtool is installed in $gmetad_root, # otherwise, change it if it i

[Ganglia-developers] Data source polling algorithm in gmetad.

2004-04-05 Thread Jason A. Smith
-- /--\ | Jason A. Smith Email: [EMAIL PROTECTED] | | Atlas Computing Facility, Bldg. 510MPhone: (631)344-4226 | | Brookhaven National Lab, P.O. Box 5000 Fax:(631)344-7616 | | Upton, NY 11973-5000| \--/

Re: [Ganglia-developers] 2.6.0

2004-03-22 Thread Jason A. Smith
where to find data... it needs to know the data-source DS names. > > i haven't added the explicit NaN processing to gmetad... going to do > that now. > > another quick question... > > would anyone object if i changed to the location of the databases to use > t

Re: [Ganglia-developers] quick question

2004-03-16 Thread Jason A. Smith
urly averages for a year. it would give you the power > to ask.. what going on last week with more fine-grain accuracy. > > keep in mind that the disk io is not going to go up.. it will drop > significantly given the new design. > > -matt -- /-------

[Ganglia-developers] Several ganglia webfrontend problems.

2004-01-26 Thread Jason A. Smith
s the variables by reference anymore, php will still return the error code in those variables if there is a problem: http://www.php.net/fsockopen/ ~Jason -- /--\ | Jason A. Smith Email: [EMAIL PROTECTED] | |

Re: [Ganglia-developers] (no subject)

2004-01-09 Thread Jason A. Smith
tn=0; > > i'd be shocked if the problem is not fixed but i'm never shocked when > i'm shocked. > > if i hear that everything is ok.. i'll officially release 2.5.6. > > -matt -- /--\ | J

[Ganglia-developers] Several ganglia webfrontend problems.

2004-01-02 Thread Jason A. Smith
pache every night, since even the weekly logrotate & restart was too long to wait. ~Jason -- /--\ | Jason A. Smith Email: [EMAIL PROTECTED] | | Atlas Computing Facility, Bldg. 510MPhone: (631

Re: [Ganglia-developers] Re: Scaling Issues? and Memory Size Problems (combined)

2003-12-31 Thread Jason A. Smith
of the problems I'm having with > the Darwin specific metrics is the cpu_*_funcs. It's easy if I could > return user,nice,system, and idle in one function as an array of values > (. f(10.0 0.0 5.0 85.0). The trick is figuring out how to split them > up. > > Also, I

Re: [Ganglia-developers] Minor gmond.conf reading bug.

2003-09-10 Thread Jason A. Smith
it's completely wrong. > > I'm probably on the former group's side, but I don't care if it's > changed, really. > > Regards, > Robert. -- /--\ | Jason A. Smith

Re: [Ganglia-developers] Scalability option bug in 2.5.4

2003-09-09 Thread Jason A. Smith
.php but didn't see anything obvious. ~Jason On Wed, 2003-09-03 at 14:53, Jason A. Smith wrote: > The bug I noticed is only in the web-frontend meta view. If the > scalable is set to off then the grid summary table and plots do not show > up on the top of the page anymore. It ju

[Ganglia-developers] Minor gmond.conf reading bug.

2003-09-09 Thread Jason A. Smith
comment is being continued on the next line. This might not be a big deal to fix since Matt mentioned once that g3 will probably use an xml based config system, but I thought I would bring it up anyway. ~Jason -- /--\ | Jason A

Re: [Ganglia-developers] gmetad crashing.

2003-09-03 Thread Jason A. Smith
ome elements with duplicate attributes. > > for example, > > > > or something like that. > > -matt > > Today, Jason A. Smith wrote forth saying... > > > From: Jason A. Smith <[EMAIL PROTECTED]> > > To: Ganglia Developers > > Date: Wed

[Ganglia-developers] gmetad crashing.

2003-09-03 Thread Jason A. Smith
again. ~Jason -- /--\ | Jason A. Smith Email: [EMAIL PROTECTED] | | Atlas Computing Facility, Bldg. 510MPhone: (631)344-4226 | | Brookhaven National Lab, P.O. Box 5000 Fax:(631)344-7616

Re: [Ganglia-developers] g3 update

2003-09-03 Thread Jason A. Smith
a great labor day > weekend. > > -matt > > p.s. please let me know if you think we're going in the wrong direction > with g3. feedback is appreciated. > > > > > --- > This sf.net email is sponsored

Re: [Ganglia-developers] Scalability option bug in 2.5.4

2003-09-03 Thread Jason A. Smith
l or other security issues. ~Jason On Mon, 2003-09-01 at 00:11, Federico Sacerdoti wrote: > On Friday, August 29, 2003, at 12:14 PM, Jason A. Smith wrote: > > > There is an inconsistency for scalability mode in the example > > gmetad.conf config file and the gmetad/conf.c source file

[Ganglia-developers] A few more upgrade problems.

2003-08-29 Thread Jason A. Smith
g obvious. ~Jason -- /------\ | Jason A. Smith Email: [EMAIL PROTECTED] | | Atlas Computing Facility, Bldg. 510MPhone: (631)344-4226 | | Brookhaven National Lab, P.O. Box 5000 Fax:(631)344-7616 | | Upton, NY 11973-5000| \--/

[Ganglia-developers] Scalability option bug in 2.5.4

2003-08-29 Thread Jason A. Smith
data source. ~Jason -- /----------\ | Jason A. Smith Email: [EMAIL PROTECTED] | | Atlas Computing Facility, Bldg. 510MPhone: (631)344-4226 | | Brookhaven National Lab, P.O. Box 5000 Fax:(631)344-7616 | | Upton, NY 11973-5000| \--/

Re: [Ganglia-developers] Hyperthreading patch for cpu_num on Linux

2003-07-25 Thread Jason A. Smith
s the number of logical CPUs. ~Jason -- /----------\ | Jason A. Smith Email: [EMAIL PROTECTED] | | Atlas Computing Facility, Bldg. 510MPhone: (631)344-4226 | | Brookhaven National Lab, P.O. Box 5000 Fax:(631)344-7616 | | Upton, NY 11973-5000| \--/

[Ganglia-developers] Ganglia's gmond multicast threads dying.

2003-07-22 Thread Jason A. Smith
low memory conditions? It appears that only the threads that read /proc and send the multicast data die, but the threads that receive the data and respond to xml requests appear to continue to run. ~Jason -- /--\ | Jaso

[Ganglia-developers] Overflow bug in linux.c:total_jiffies_func

2003-07-21 Thread Jason A. Smith
Maybe it should sum these and return a double. ~Jason -- /--\ | Jason A. Smith Email: [EMAIL PROTECTED] | | Atlas Computing Facility, Bldg. 510MPhone: (631)344-4226 | | Brookhaven National Lab, P.O

Re: [Ganglia-developers] Erroneous sys_clock and disk space values (Ganglia 2.5.3, Red Hat 7.2)

2003-07-14 Thread Jason A. Smith
> This SF.Net email sponsored by: Parasoft > Error proof Web apps, automate testing & more. > Download & eval WebKing and get a free book. > www.parasoft.com/bulletproofapps1 > ___ > Ganglia-d

Re: [Ganglia-developers] New gmetad & webfrontend comments.

2003-05-28 Thread Jason A. Smith
, at 01:34 PM, Jason A. Smith wrote: > > > Also, I noticed that the Avg Load percentages are derived from the > > number of hosts up. I think it would be more accurate to use the > > number > > of CPUs instead, at least if it is going to be reported as a percentage >

Re: [Ganglia-developers] New gmetad & webfrontend comments.

2003-05-23 Thread Jason A. Smith
. ~Jason On Fri, 2003-05-23 at 15:45, Jason A. Smith wrote: > Very nice, I like this a lot better. > > I noticed another minor thing. The table on the left side of the > cluster & meta view plots is not handled in the same way. In the web > browser that I am using, this causes

Re: [Ganglia-developers] New gmetad & webfrontend comments.

2003-05-23 Thread Jason A. Smith
> -fds > > On Monday, May 19, 2003, at 08:36 AM, Jason A. Smith wrote: > > > I just tried the latest gmetad & webfrontend from cvs to test out the > > improved page load speed and other features and have a few comments: > > > > First, the grid summary tota

[Ganglia-developers] New gmetad & webfrontend comments.

2003-05-19 Thread Jason A. Smith
wrong with sourceforge lately, I keep getting broken connections when trying to access their cvs server? -- /----------\ | Jason A. Smith Email: [EMAIL PROTECTED] | | Atlas Computing Facility, Bldg. 510MPhon

[Ganglia-developers] Re: Web frontend FYI - no tooltips show in Mozilla

2003-04-18 Thread Jason A. Smith
ALT attribute will still show the hostname tooltips. ~Jason -- /--\ | Jason A. Smith Email: [EMAIL PROTECTED] | | Atlas Computing Facility, Bldg. 510MPhone: (631)344-4226 | | Brookhaven National

RE: [Ganglia-developers] Network problems cause ganglia multicast errors.

2003-04-10 Thread Jason A. Smith
ate to do a reboot > -- who knows how many other apps are broken at this point...) > > > -----Original Message- > From: Jason A. Smith [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 09, 2003 5:08 PM > To: Ganglia Developers > Subject: [Ganglia-developers] Network

[Ganglia-developers] Network problems cause ganglia multicast errors.

2003-04-09 Thread Jason A. Smith
le for gmond to recover from these types of errors? Maybe by closing and recreating its listening socket when it gets these errors? ~Jason -- /------\ | Jason A. Smith Email: [EMAIL PROTECTED] | | Atlas Com

Re: [Ganglia-developers] g3 (really long)

2003-03-28 Thread Jason A. Smith
ce gmetad will publish all the details and the second gmetad will create its own copy of everything. ~Jason -- /--\ | Jason A. Smith Email: [EMAIL PROTECTED] | | Atlas Computing Facility, Bldg. 510MPho

Re: [Ganglia-developers] php warnings in ganglia-webfrontend.

2003-03-28 Thread Jason A. Smith
On Wed, 2003-03-26 at 13:46, Jason A. Smith wrote: > We had accidentally installed a new php.ini file on our webserver that > had set the error_reporting to E_ALL. This caused an enormous amount of > warning messages to be written to apache's error log file, filling it up > to

Re: [Ganglia-developers] Problems caused by using gethostbyXXX.

2003-03-26 Thread Jason A. Smith
04:55, Leif Nixon wrote: > "Jason A. Smith" <[EMAIL PROTECTED]> writes: > > > As long as the hostnames that ganglia gets from the IPs are consistently > > in the fqdn format then it would be better than the current situation > > which results in a mixture of s

[Ganglia-developers] php warnings in ganglia-webfrontend.

2003-03-26 Thread Jason A. Smith
same mistake that we did. ~Jason -- /--\ | Jason A. Smith Email: [EMAIL PROTECTED] | | Atlas Computing Facility, Bldg. 510MPhone: (631)344-4226 | | Brookhaven National Lab, P.O. Box 5000 Fax:(63

Re: [Ganglia-developers] Problems caused by using gethostbyXXX.

2003-03-25 Thread Jason A. Smith
about to return doesn't contain a dot. > > I really hate to build in a dependence on DNS - it makes everything that > much more "fun" when nameservice isn't available... > > (then again, in the Sun world you usually place all your eggs in the NIS > basket,

[Ganglia-developers] Problems caused by using gethostbyXXX.

2003-03-20 Thread Jason A. Smith
lookups is to always use DNS lookups (if your facility is configured to use DNS) through the bind API and not rely on the local unix config and the gethostbyXXX functions. ~Jason -- /--\ | Jason A. Smith

Re: [Ganglia-developers] gaps in gmetad graphs

2003-03-15 Thread Jason A. Smith
Thanks for the explanation, I have read some of the rrdtool documentation before, but it still seems like every time I read it again I learn something new and understand it a little better. One note, remember, the interval is no longer guaranteed to always be 15 seconds, it can be set in the gmeta

Re: [Ganglia-developers] Problems with the latest ganglia.

2003-03-14 Thread Jason A. Smith
e new databases? It is kind of important since once the rrds have been created they expect to be continually updated at the same interval to function properly, correct? ~Jason On Fri, 2003-03-14 at 14:29, Jason A. Smith wrote: > I do agree with you about making sure that the second gmetad has a

Re: [Ganglia-developers] Problems with the latest ganglia.

2003-03-14 Thread Jason A. Smith
ds running? Is there any way to fix this "minimum one second step" problem once and for all? Like maybe save the last time the rrds were updated and skip the current update if the timestamp hasn't changed? Any other ideas? On Fri, 2003-03-14 at 13:11, Steven Wagner wrote: > Jas

[Ganglia-developers] Problems with the latest ganglia.

2003-03-14 Thread Jason A. Smith
new timestamp patch. Does anyone have an idea what might be wrong? I probably won't have time to investigate this more till next week. Sorry for the long email, ~Jason -- /--\ | Jason A. Smith

[Ganglia-developers] Limit to the number of hosts in gmetad's data_source config.

2003-03-13 Thread Jason A. Smith
Jason -- /--\ | Jason A. Smith Email: [EMAIL PROTECTED] | | Atlas Computing Facility, Bldg. 510MPhone: (631)344-4226 | | Brookhaven National Lab, P.O. Box 5000 Fax:(631)344-7616 | | Upton, NY 11973-5000| \--/

Re: [Ganglia-developers] rpm spec file suggestions.

2003-03-12 Thread Jason A. Smith
dnesday, March 12, 2003, at 02:09 PM, Jason A. Smith wrote: > > > I have a few suggestions for the rpm packages: > > > > First, for the ganglia-webfrontend package, I like that this package is > > relocatable, but could the "ganglia-webfrontend" part of the path

[Ganglia-developers] rpm spec file suggestions.

2003-03-12 Thread Jason A. Smith
t;1" ]; then # Installing new package - start gmond: /etc/rc.d/init.d/gmond start elif [ "$1" -gt "1" ]; then # Upgrading ganglia package - restart gmond: /etc/rc.d/init.d/gmond restart fi Comments/suggestions? ~Jason -- /--------

[Ganglia-developers] gmond init script start priority.

2003-03-06 Thread Jason A. Smith
ntpd synchronizes the clock. ~Jason -- /--\ | Jason A. Smith Email: [EMAIL PROTECTED] | | Atlas Computing Facility, Bldg. 510MPhone: (631)344-4226 | | Brookhaven National Lab, P.O. Box 5000 Fax:

  1   2   >