Re: [Ganglia-developers] Minor gmond.conf reading bug.

2003-09-10 Thread matt massie
Today, Jason A. Smith wrote forth saying... > I think it is more a matter of precedence, which rule is more important. > Everything I know of that reads files like this, the comment starts with > the # and goes to the end of the line, no continuation unless there is > another # on the next line.

Re: [Ganglia-developers] Minor gmond.conf reading bug.

2003-09-10 Thread Jason A. Smith
I think it is more a matter of precedence, which rule is more important. Everything I know of that reads files like this, the comment starts with the # and goes to the end of the line, no continuation unless there is another # on the next line. The backslash continuation is only for lines that ar

Re: [Ganglia-developers] Minor gmond.conf reading bug.

2003-09-09 Thread Robert Walsh
> I noticed one minor bug in the way gmond parses its config file when I > inadvertently put the following in my gmond.conf file: > > # trusted_hosts 1.1.1.1 1.1.1.2 1.1.1.3 \ > trusted_hosts my.gmetad.host > > It does not read in the trusted_hosts line. My guess is that it is > incorrectly assu

[Ganglia-developers] Minor gmond.conf reading bug.

2003-09-09 Thread Jason A. Smith
I noticed one minor bug in the way gmond parses its config file when I inadvertently put the following in my gmond.conf file: # trusted_hosts 1.1.1.1 1.1.1.2 1.1.1.3 \ trusted_hosts my.gmetad.host It does not read in the trusted_hosts line. My guess is that it is incorrectly assuming that the co