[hobbit] Problem with BBWin 0.12 module

Richard Finegold goldfndr at gmail.com
Fri Jan 22 01:40:03 CET 2010


On Wed, Jan 20, 2010 at 03:07, Malcolm Hunter <malcolm.hunter at gmx.co.uk> wrote:
> <externals>
>    <load name="nida" value="c:\monitoring\cygwin\bin\sh.exe "C:\Program Files\BBWin\ext\nida.nocr" timer="90s"/>
> </externals>
> The problem is the quotes around the script name - the quote before C:\Program Files closes the string. Try using the shortname:
>
> value="c:\monitoring\cygwin\bin\sh.exe C:\PROGRA~1\BBWin\ext\nida.nocr"
>
> Malcolm

Alternatively, since bbwin runs externals from BBWin\bin, you could
use a relative path (works here):
  value="c:\monitoring\cygwin\bin\sh.exe ..\ext\nida.nocr"
(You can similarly set the logpath relative, e.g. value="..\logs\BBWin.log")



More information about the Xymon mailing list