Hi Matt.

I'm having trouble building this snapshot on Solaris 5.9. gmond.c fails to compile:

gmond.c: In function `process_configuration_file':
gmond.c:155: parse error before `*'
gmond.c:186: `tmp' undeclared (first use in this function)
gmond.c:186: (Each undeclared identifier is reported only once
gmond.c:186: for each function it appears in.)

-----
Yemi

On Jan 20, 2005, at 2:31 AM, Matt Massie wrote:

http://matt-massie.com/ganglia/ganglia-2.6.0.200501201021.tar.gz

as an explanation of how the configuration file system works. the default config will work for many people. to see the default config run

% gmond -t
... default configuration output ...

you can use this default config as a base for a custom config (maybe you don't want all metric reported or alter the time value thresholds etc).

% gmond -t > my_custom_config.conf

then you tweak my_custom_config.conf and then start up gmond with

% gmond -c my_custom_config.conf

viola

-matt

--
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


Reply via email to