[hobbit] Viewing bb2.rss with Firefox livebook mark

John Glowacki johng at idttechnology.com
Tue Jun 6 19:33:08 CEST 2006


Henrik Stoerner wrote:
> On Fri, Jun 02, 2006 at 10:05:47AM -0400, John Glowacki wrote:
> 
>>I found why this is failing. It is missing "http://hobbitserver/". It 
>>works if I change the <link> lines from this:
>><link>/hobbit-cgi/bb-hostsvc.sh?HOST=servername&SERVICE=msgs</link>
>>
>>to this:
>><link>http://hobbitservername/hobbit-cgi/bb-hostsvc.sh?HOST=servername&SERVICE=msgs</link>
>>
>>I created a patch. I hope I did this right. Anyway it seems to work for me.
> 
> 
> Looks fine. I'll put this in.
> 
> 
> Regards,
> Henrik
> 

Henrik,

In hobbit-4.2-beta-20060605 the <link> is set to use BBWEB. That is not 
working right. BBWEBHOST works.

sh-3.00# diff rssgen.c.old rssgen.c
145c145
<               fprintf(fd, "%s%s", xgetenv("BBWEB"), 
hostsvcurl(h->hostname, e->column->name, 1));
---
 >               fprintf(fd, "%s%s", xgetenv("BBWEBHOST"), 
hostsvcurl(h->hostname, e->column->name, 1));

Thanks,
John



More information about the Xymon mailing list