Hi Jeff!

On Sat, Jan 18, 2014 at 2:38 PM, Jeff Layton <[email protected]> wrote:

> I built ganglia-3.6.0 (ganglia-web-3.5.12) on a CentOS 6.5 system
> and I'm having a little trouble getting to work. It's a quad-core
> system with 4 cores, 8 with HT turned on. I've been having trouble
> getting it to work so I decided to start things by hand. When I start
> httpd by hand I get the following:

Did you build from source or did you build the RPMs?

> [root@home4 ~]# /etc/rc.d/init.d/httpd start
> Starting httpd: httpd: Could not reliably determine the server's fully
> qualified domain name, using 192.168.1.4 for ServerName
>                                                             [  OK  ]
>
>
> I don't know if this is a problem or not (maybe).  Then I started
> gmetad.

That's just a warning from Apache -- it's not an issue.

> My /etc/gmond.conf file looks like the following:
>
>
> udp_send_channel {
>    host = 192.168.1.4
>    port = 9649
> }
>
> udp_recv_channel {
>    port = 9649
> }
>
>
> where 192.168.1.4 is eth0 on my box (it's my desktop).
>
> My /etc/gmetad.conf file looks like the following:
>
>
> data_source "my cluster"  192.168.1.4

I think this is your issue, it should be read:

data_source "my cluster" 192.168.1.4:9649 (port your gmond is listening on)

Please let us know if you still run into issues!

Cheers,

Bernard

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to