Hello All,
I have been considering to use ganglia for profiling / monitoring CPU, Load,
Memory and other stats from our infrastructure servers ( around 50 or so ).
These servers are not part of a cluster of any sort and most of these are
application servers. I am interested in data for each machine to be available
for a period of as long as I want in graph mostly accessible via web. From my
reading online I see that Ganglia could be used for this purpose.
I have setup the following:
1. One server ( lets say XXX ) running a GMOND & a GMETAD ( I have also setup
rrdtool, apache, php etc required for web access )
2. Another machine( lets say YYY) running GMOND.
At this point, I have figured out that I need to have the GMOND on YYY
configured to send data to GMETAD on XXX. And was hoping that I would then be
able to see the data slowly appear on XXX and viewable on the web via a Graph.
I haven't been successful yet in getting what I need. Any help or pointer in
the right direction is appreciated. The following are the entries in the
configuration files that I have changed. The rest of the entries in the file
are default.
*******GMOND.conf on YYY*******************
cluster {
name = "APPSERVERS"
owner = "unspecified"
latlong = "unspecified"
url = "unspecified"
}
udp_send_channel {
host = core-dev
port = 8649
ttl = 1
}
udp_recv_channel {
port = 8649
}
******GMOND.conf on XXX**********
cluster {
name = "APPSERVERS"
owner = "unspecified"
latlong = "unspecified"
url = "unspecified"
}
udp_send_channel {
host = core-dev
port = 8649
ttl = 1
}
udp_recv_channel {
port = 8649
}
*********GMETAD.conf************
data_source "APPSERVERS" localhost
gridname "APPGrid"
setuid_username "apache"
I am of the thought that the GMOND on YYY will send communication on port 8649
of XXX. But GMETAD is listening on ports 8651 and 8652.
Now, which one of these ports should the GMOND on YY should be configured for
its UDP send channel?
In my setup, what would be the directory structure I should be seeing under
/var/lib/ganglia/rrds? I currently see the following:
[EMAIL PROTECTED] rrds]# ls -al
total 32
drwxrwxrwx 4 apache apache 4096 2008-11-09 16:39 .
drwxr-xr-x 3 apache apache 4096 2008-11-04 14:15 ..
drwxr-xr-x 4 apache root 4096 2008-11-09 16:38 APPSERVERS
drwxr-xr-x 2 apache root 4096 2008-11-09 16:39 __SummaryInfo__
[EMAIL PROTECTED] rrds]# cd APPSERVERS/
[EMAIL PROTECTED] APPSERVERS]# ls -al
total 32
drwxr-xr-x 4 apache root 4096 2008-11-09 16:38 .
drwxrwxrwx 4 apache apache 4096 2008-11-09 16:39 ..
drwxr-xr-x 2 apache root 4096 2008-11-09 16:38 XXX.ram.com
drwxr-xr-x 2 apache root 4096 2008-11-09 16:38 __SummaryInfo__
[EMAIL PROTECTED] APPSERVERS]#
Thanks in advance.
Ram
_________________________________________________________________
Windows Live Hotmail now works up to 70% faster.
http://windowslive.com/Explore/Hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_faster_112008-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general