Xymon Mailing List Archive search

Bug : CGI_ACK_OPTS in hobbitcgi.cfg

list Charles Jones
Tue, 25 Jul 2006 13:32:47 -0700
Message-Id: <user-9aecee754262@xymon.invalid>

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