the problem is the the 2.5.x configuration file doesn't have any information about collection_groups (those were in a large static internal matrix). if you added a collection_group to the end of your new configuration, gmond will run.

i'll add the code to output the default configuration_groups to the end of the converted configuration file on monday.

have a great weekend guys
-matt

Sebastian Hagedorn wrote:
Hi,

-- Matt Massie <[EMAIL PROTECTED]> is rumored to have mumbled on 28. Januar 2005 17:45:37 Uhr +0000 regarding Re: [Ganglia-developers] new snapshot that converts old configuration:

didn't add the header to Makefile.am.  it's all good now in...
http://matt-massie.com/ganglia/ganglia-2.6.0.200501281742.tar.gz


I've tried converting my old config and now have this:

/* global variables */
globals {
 mute = "no"
 deaf = "no"
 debug_level = "0"
 setuid = "yes"
 user="nobody"
 gexec = "yes"
 host_dmax = "0"
}

/* info about your identity */
cluster {
 name = "UKLAN"
 owner = "ZAIK/RRZK"
 latlong = "unspecified"
 url="unspecified"
}

/* channel to send multicast on mcast_channel:mcast_port */
udp_send_channel {
 mcast_join = "239.2.11.71"
 port = "8653"
 ttl="3"
 mcast_if = "en0"
}

/* channel to receive multicast from mcast_channel:mcast_port */
udp_recv_channel {
 mcast_join = "239.2.11.71"
 port = "8653"
 bind = "239.2.11.71"
 mcast_if = "en0"
}

/* channel to export xml on xml_port */
tcp_accept_channel {
 port = "8649"
}

When I run gmond under Mac OS X 10.3.7 (Darwin 7.7), nothing much seems to happen:

/usr/local/sbin/gmond -c gmond.conf -d 5
udp_recv_channel mcast_join=239.2.11.71 mcast_if=en0 port=8653 bind=239.2.11.71
tcp_accept_channel bind=NULL port=8649
udp_send_channel mcast_join=239.2.11.71 mcast_if=en0 host=(null) port=8653

That's it ...

Greetings, Sebastian
--
Sebastian Hagedorn M.A. - RZKR-R1 (Flachbau), Zi. 18, Robert-Koch-Str. 10
Zentrum für angewandte Informatik - Universitätsweiter Service RRZK
Universität zu Köln / Cologne University - Tel. +49-221-478-5587

--
PGP fingerprint 'A7C2 3C2F 8445 AD3C 135E F40B 242A 5984 ACBC 91D3'

   They that can give up essential liberty to obtain a little
      temporary safety deserve neither liberty nor safety.
  --Benjamin Franklin, Historical Review of Pennsylvania, 1759

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to