Xymon Mailing List Archive search

--debug not working for xymonlaunch?

list David Mills
Thu, 4 Apr 2013 15:02:11 +0000
Message-Id: <user-b454b3916ddf@xymon.invalid>

...

Updated "xymon.sh" like this:

...
/export/xymon-4.3.3/server/bin/xymonlaunch \
--config=/export/xymon-4.3.3/server/etc/tasks.cfg \
--env=/export/xymon-4.3.3/server/etc/xymonserver.cfg
--log=/var/log/xymon-4.3.3/xymonlaunch.log \
--pidfile=/var/log/xymon-4.3.3/xymonlaunch.pid \
--debug=/var/log/Xymon/xymonlaunch-debug.log            # This last switch was the addition
        echo "Xymon started"

~~~
Just noticed in my above-posting the absence of a "\" char after the ".../xymonserver.cfg " line. This was not missing when I executed the commands last night: sorry for the oversight in the posting...