Hi Igor:

On Fri, May 29, 2009 at 5:31 AM, Igor Rosenberg
<[email protected]> wrote:

> [Ganglia 3.1.2]
>
> The several gmonds I have are configured to output the location (configured 
> in /etc/ganglia/gmond.conf). So when I telnet 8649 on any of these, I get 
> something like
>    <HOST NAME="node01" IP="192.168.127.149" REPORTED="1243599514" TN="23" 
> TMAX="20" DMAX="0" LOCATION="Rack 1.1, Room 23, BCN" 
> GMOND_STARTED="1242990313">
>
> 1 - The String I read from 8649 is anyway trimmed down to 32 characters. 
> Anyway of making it longer?
>
> 2 - When I telnet the gmetad, on 8651, the location attribute reflects the 
> one sent by gmond. But the web front-end seems not to take this into account. 
> When looking into the static detail "Node View" of the host through the web 
> GUI, the Location is always set to "Unknown". Any way of setting it to the 
> normal value, as sent through the network?

>From "man gmond.conf":

---cut---
       host

       The host section provides information about the host running
this instance of gmond. Currently only the location string attribute
is supported. Example:

        host {
          location = "1,2,3"
        }

       The numbers represent Rack, Rank and Plane respectively.
---cut---

The Location string attribute isn't what you think it is.  This is a
pretty common misconception.

Cheers,

Bernard

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to