Ganglia config

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Ganglia config
# 1  
Old 01-29-2010
Ganglia config

Hello all
I have a concept anderstanding problem with Ganglia.

I have one server ubuntu where I install gmetad and web server + apache and php. Then I have the web interface up and running.
I have several nodes to monitor, so I install gmond in each one.
The problem I have is to know what IP put in the gmond.conf file in order to have 2 clusters.
Each cluster should have 1 or more nodes.

So I choose for exemple 3 servers... one of them (say srv1) have in the mcast_join option:like this:
udp_send_channel {
mcast_join = 192.168.6.176
port = 8649
}

this IP is the IP of the gmetad server.
the other members of the same cluster have the IP of srv1 in the config file...
But it do not works...
Some one have any idea?
Thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

(VS 2008) New build config looking files from other folder build config

Hi Team, My new build configuration always looking for the files from the build where i copied from. please help me to resolve this. I am using Visual studio 2008.It has Qt 4.8. plugins,qml,C++ development I created new debug_new build configuration with additional preprocessor from the... (1 Reply)
Discussion started by: SA_Palani
1 Replies

2. Red Hat

Apache virtual host config vs global config problem

Hi folks, I am trying to configure Apache webserver and also a virtual host inside this webserver. For Global server config: /var/www/html/index.html For virtual host config: /var/www/virtual/index.html Both client10 & www10 are pointing to 192.168.122.10 IP address. BUT, MY... (1 Reply)
Discussion started by: freebird8z
1 Replies

3. Infrastructure Monitoring

ganglia with one server and one client

HeY till now i configured ganglia3.1.7 on rhel for localhost monitoring traffic evrything was ok but now i want another system in my lan for load moniotring I installed gmond &gmond-python on it biut i face this log error on system 1 Sep 7 16:01:58 HAPROXY1 /usr/sbin/gmond: Can't call... (2 Replies)
Discussion started by: rrwww
2 Replies

4. Shell Programming and Scripting

Shell script that will compare two config files and produce 2 outputs 1)actual config file 2)report

Hi I am new to shell scripting. There is a requirement to write a shell script to meet follwing needs.Prompt reply shall be highly appreciated. script that will compare two config files and produce 2 outputs - actual config file and a report indicating changes made. OS :Susi linux ver 10.3. ... (4 Replies)
Discussion started by: muraliinfy04
4 Replies

5. Linux

How to split up hosts in Ganglia?

I have 3 server 'farms': prod, staging, and qa. I have Ganglia setup and gathering stats fine, but I want to separate the 3 server farms using the same Ganglia server. How can I do this? Any input would be appreciated! -KBS (1 Reply)
Discussion started by: kbshaq
1 Replies

6. Shell Programming and Scripting

parsing config file to create new config files

Hi, I want to use a config file as the base file and parse over the values of country and city parameters in the config file and generate separate config files as explained below. I will be using the config file as mentioned below: (config.txt) country:a,b city:1,2 type:b1... (1 Reply)
Discussion started by: clazzic
1 Replies
Login or Register to Ask a Question
GMOND(1)							   User Commands							  GMOND(1)

NAME
gmond - manual page for Ganglia Monitor Daemon SYNOPSIS
gmond [OPTIONS]... DESCRIPTION
The Ganglia Monitoring Daemon (gmond) listens to the cluster message channel, stores the data in-memory and when requested will output an XML description of the state of the cluster -h, --help Print help and exit -V, --version Print version and exit -c, --conf=STRING Location of gmond configuration file (default= `/etc/ganglia/gmond.conf') -l, --location=STRING Location of this host in the cluster 'rack,rank,plane'. (default=`0,0,0') -d, --debug=INT Debug level. If greater than zero, daemon will stay in foreground. (default=`0') -f, --foreground Run in foreground (don't daemonize) (default=off) -t, --default_config Print the default configuration to stdout and exit (default=off) -m, --metrics Print the list of metrics this gmond supports (default=off) -b, --bandwidth Calculate minimum bandwidth use for configuration (default=off) -r, --convert=STRING Convert a 2.5.x configuration file to the new 3.x format -p, --pid-file=STRING Write process-id to file AUTHOR
Matt Massie <massie@cs.berkeley.edu> REPORTING BUGS
Report all bugs to the Ganglia Bugzilla Page at http://bugzilla.ganglia.info/cgi-bin/bugzilla/index.cgi COPYRIGHT
Copyright (c) 2001, 2002, 2003, 2004, 2005 by The Regents of the University of California. All rights reserved. Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without written agreement is hereby granted, provided that the above copyright notice and the following two paragraphs appear in all copies of this soft- ware. IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABIL- ITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. gmond March 2008 GMOND(1)