[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xymon] TS - Is there a way to make the notes page go to a new window?
- To: xymon (at) xymon.com
- Subject: Re: [xymon] TS - Is there a way to make the notes page go to a new window?
- From: Henrik "Størner" <henrik (at) hswn.dk>
- Date: Tue, 11 Jan 2011 14:44:29 +0000 (UTC)
- Newsgroups: lists.hobbit
- Organization: Linux Users Inc.
- References: <ig6vq7$i3v$6 (at) voodoo.hswn.dk> <CFA4B465FB062247B1CEF61B53D3C64704CE6B (at) SLXCG02.csw.l-3com.com> <ig6vq7$i3v$6 (at) voodoo.hswn.dk> <CFA4B465FB062247B1CEF61B53D3C64704CE72 (at) SLXCG02.csw.l-3com.com>
- User-agent: nn/6.7.3
In <CFA4B465FB062247B1CEF61B53D3C64704CE72 (at) SLXCG02.csw.l-3com.com> d.tom.schmitt (at) L-3com.com writes:
>I am running 4.3.0-0.beta2
>There is not xymonserver.cfg file
>There is a hobbitserver.cfg file
Oh, sorry - didn't notice that.
>There is not XYMONGENOPTS=3D option but there is a BBGENOPTS=3D option
BBGENOPTS is the right one in beta2
>When I add the --doc-window to that line, all of the links for the hosts
>are broken.
Well, I must admit I haven't tested that recently....
That is a bug. In the beta2 sources, edit the file bbdisplay/bbgen.c.
Search for "--doc-window". There should be a few lines like these:
else if (argnmatch(argv[i], "--doc-window")) {
setdocurl("TARGET=\"_blank\"");
}
Change the "setdocurl" to "setdoctarget", i.e.
setdoctarget("TARGET=\"_blank\"");
Recompile and copy the new bbdisplay/bbgen binary into your Xymon
installation. The "--doc-window" option should now work as intended.
I'll commit an update to the Sourceforge repository for 4.3.0.
Regards,
Henrik