[hobbit] 4.0.3rc1 available

Henrik Stoerner henrik at hswn.dk
Wed Apr 27 07:36:00 CEST 2005


On Tue, Apr 26, 2005 at 04:45:11PM -0700, Bob Gordon wrote:
> On 4/26/05, Bob Gordon <rgordonjr at gmail.com> wrote:
> > On 4/26/05, Bob Gordon <rgordonjr at gmail.com> wrote:
> > > I am seeing the same issue with a Solaris 8 host..
> > 
> > Bit more info though..   If I attempt to go to the page from the main
> > page (no hosts on main) then the script does not display anything.  If
> > I am on a page with hosts and hit the script, it works.   Once in the
> > script, if I remove the page filter it errors out again.
> 
> Also just found a core....   Where can I send it to?

I got a stack trace from David that points out a problem. Could you
try this one-line patch on top of the 4.0.3rc1 ? I think it solves the
problem.

Apply with
   cd hobbit-4.0.3rc1
   patch -p0 </tmp/enadis-rc1.patch
   make clean
   make

The either "make install" and restart Hobbit, or just copy
hobbitd/hobbit-enadis.cgi over to the ~hobbit/server/bin/ directory.


Thanks,
Henrik
-------------- next part --------------
--- lib/headfoot.c	2005/04/24 21:30:43	1.28
+++ lib/headfoot.c	2005/04/26 16:58:18
@@ -610,7 +610,7 @@
 						xgetenv("SECURECGIBINURL"));
 
 					fprintf(output, "<table summary=\"%s disabled tests\" width=\"100%%\">\n", 
-						hwalk->name);
+						(hwalk->name ? hwalk->name : ""));
 
 					fprintf(output, "<tr>\n");
 					fprintf(output, "<TH COLSPAN=3><I>%s</I></TH>", 


More information about the Xymon mailing list