-----Original Message----- From: Henrik Stoerner [mailto:henrik at hswn.dk] Sent: Wednesday, September 12, 2007 19:40 To: hobbit at hswn.dk Subject: Re: [hobbit] on-going snapshot issue
On Wed, Sep 12, 2007 at 12:56:01PM +0000, Gore, David W (David) wrote:
Since my other issues with 4.2.0/allinone did not get any respones, please let me know if there is going to be a way to turn OFF descriptions in bb2.html in the snapshot? Time is short and it is very tedious to compile a new snapshot daily hoping it is changed. I did look through the documentation, the first time it appeared, and I couldn't find anything
Apply this patch, and run bbgen with the "--tooltips=always" option. The patch will be included in the next snapshot (generated in a couple of hours).
If it wasn't for 'Whoops ! bb failed to send message - timeout', stale alerts, and hung memory segments and semaphores I would just wait until the first pre-release or full release. Pease help.
These are related, I think. It sounds like your hobbitd process is crashing from time to time.
Henrik
Henrik,
Using today's snapshot on a Redhat Enterprise Linux 4, Dell Optiplex 620 machine I still cannot get this to work. This is a new OS install, new hobbit install (latest snapshot) with nothing but a description, DESCR:"This is a description...", added to the only entry in bb-hosts. I also changed the following:
hobbitserver.cfg:FQDN="FALSE" hobbitlaunch.cfg: CMD bbgen $BBGENOPTS --report --tooltips=never
I also tried 'always' and the default which removes "--tooltips="
The only way I could get hobbit to remove the descriptions on the bb2.html page was to edit line 469 in lib/htmllog.c to "if (1)" from "if (usetooltip)" and recompile.
To remind you this is what it looks like on my bb2.html page:
Hobbit-server (This is our main hobbit server that has a really long description which pushes all the columns over to the right) conn cpu disk http info msgs oratns-1521 ports traprate trends....
~David
Ps. Sorry it took so long to comment on this. I appreciate the help.