Using bbmap with hobbit
On Thu, 2006-12-28 at 14:52 +0100, J.Rutten at rad.umcn.nl wrote:
Hi Daniel,
I'm using your personal mail for a question about bbmap for hobbit, I hope you don't mind...
I don't mind, but I'm going to copy the hobbit list on the reply so that others running into the same issue can fix it.
We're using hobbit for a while now, but want to use for a tool like bbmap for our helpdesk.
Implementing bbmap I have some problems... I had to make some additional changes before getting any result, but that seems to be oke now.
Most important problem that I have now is getting the data from hobbit into bbmap. The script fullstatusreturn.pl does work, but the data is not getting into bbmap.
hobbit at rdmonitor:~/server/www/bbmap> ./fullstatusreturn.pl UMCRRNG07 6::::::trends info interface svcs msgs disk procs cpu conn hobbit at rdmonitor:~/server/www/bbmap> ./fullstatusreturn.pl UMCRRNG07 1:procs:::::trends info interface svcs msgs disk cpu conn
The icons are not colored (only green) and the java popup doesn't show services (see attached file).
Any ideas? Any answer will be appreciated!
statusbbgen.sh also needs to be twiddled to use the hobbit executables. I got it to work like this:
[me at myhost bbmap]$ cat statusbbgen.sh #!/bin/sh
@version $Id: statusbbgen.sh,v 2.5 2003/12/12 22:39:05 fredo Exp $
@copyright 2003
call bbgen >= 2.5 to create bb4 web page when click on host/group
TEMPBBHOST=$1 BBHOME=/usr/lib/hobbit/server export BBHOME #. ${BBHOME}/etc/bbdef.sh BBHOSTS=${TEMPBBHOST} export BBHOSTS BBSKIN="/bb/gifs" export BBSKIN TEMPLATE="bb" ${BBHOME}/bin/bbcmd BBHOSTS=${TEMPBBHOST}; ${BBHOME}/bin/bbgen --template=${TEMPLATE} --embedded 2> /dev/null
Thanx
Johan Rutten IT-Specialist department of Nuclear Medicine University Medical Center Nijmegen The Netherlands j.rutten at rad.umcn.nl
<<bbmap.JPG>>
-- Daniel J McDonald, CCIE # 2495, CISSP # 78281, CNX Austin Energy http://www.austinenergy.com
participants (1)
-
dan.mcdonald@austinenergy.com