Xymon Mailing List Archive search

Bug : CGI_ACK_OPTS in hobbitcgi.cfg

2 messages in this thread

list Charles Jones · Tue, 25 Jul 2006 13:32:47 -0700 ·
Henrik,

I grabbed todays snapshot and noticed that you made the --no-pin (which is a wonderful feature!) option default in hobbitcgi.cfg.

The problem is that the option is added outside of the quotes, so that it doesn't take effect:

CGI_ACK_OPTS="--env=/home/hobbit/server/etc/hobbitserver.cfg" --no-pin

Moving the end quote to the outside of --no-pin fixes it.

-Charles
list Henrik Størner · Tue, 25 Jul 2006 22:39:06 +0200 ·
quoted from Charles Jones
On Tue, Jul 25, 2006 at 01:32:47PM -0700, Charles Jones wrote:
Henrik,

I grabbed todays snapshot and noticed that you made the --no-pin (which is a wonderful feature!) option default in hobbitcgi.cfg.

The problem is that the option is added outside of the quotes, so that it doesn't take effect:

CGI_ACK_OPTS="--env=/home/hobbit/server/etc/hobbitserver.cfg" --no-pin

Moving the end quote to the outside of --no-pin fixes it.
Doh - thanks for noticing. I actually saw this on a test installation I
did, but didn't think about where it came from - I just assumed it was
some mistake on my part when muddling with the config.


Regards,
Henrik