Hi,
Finally we want migrate from BB to Hobbit. I build hobbit_4.1.1 on Solaris 9 and started it. Only a part of the processes that should run are actually running. What is missing? Any help appreciated! kind regards Rolf
hobbits processes: psx UID PID PPID C STIME TTY TIME CMD bb 12146 12145 0 11:14:09 ? 0:00 hobbitd --pidfile=/raid0/log/hobbit/hobbitd.pid --restart=/pica/ffm/com/sys/hob bb 12154 12152 0 11:14:14 ? 0:00 hobbitd_history bb 12152 12145 0 11:14:14 ? 0:00 hobbitd_channel --channel=stachg --log=/raid0/log/hobbit/history.log hobbitd_hi bb 12363 1 0 11:19:16 ? 0:00 sh -c vmstat 300 2 1>/pica/ffm/com/sys/hobbit/hobbit/client/tmp/hobbit_vmstat.1 bb 12018 11571 0 11:13:44 pts/1 0:00 -bash bb 12364 12363 0 11:19:16 ? 0:00 vmstat 300 2 bb 12145 1 0 11:14:09 ? 0:00 /pica/ffm/com/sys/hobbit/hobbit/server/bin/hobbitlaunch --config=/pica/ffm/com/
This is what hobbitlaunch.log says (There are no other logs): 2005-12-21 11:14:09 hobbitlaunch starting 2005-12-21 11:14:09 Loading tasklist configuration from /pica/ffm/com/sys/hobbit/hobbit/server/etc/hobbitlaunch. cfg 2005-12-21 11:14:09 Loading hostnames 2005-12-21 11:14:09 Loading saved state 2005-12-21 11:14:09 Setting up network listener on 0.0.0.0:1984 2005-12-21 11:14:09 Setting up signal handlers 2005-12-21 11:14:09 Setting up hobbitd channels 2005-12-21 11:14:09 Setting up logfiles 2005-12-21 11:14:19 Task bbnet terminated by signal 9 2005-12-21 11:14:19 Task bbcombotest terminated by signal 9 2005-12-21 11:14:19 Task bbdisplay terminated by signal 9 2005-12-21 11:14:19 Task clientdata terminated, status 1 2005-12-21 11:14:19 Task rrddata terminated, status 1 2005-12-21 11:14:19 Task rrdstatus terminated, status 1 2005-12-21 11:14:19 Task bbpage terminated, status 1 ...
-- Mit freundlichen Gruessen Rolf Schrittenlocher
HRZ/BDV, Senckenberganlage 31, 60054 Frankfurt Tel: (49) 69 - 798 28908 Fax: (49) 69 798 2881 LBS: lbs-f at mlist.uni-frankfurt.de Persoenlich: schritte at rz.uni-frankfurt.de
Hi all,
i have installed bbmrtg.pl (last version) + 14all.cgi on my hobbit server. I have 3 problems.
- The link to the daily traffic is incorrect:
http://my.server/hobbit-cgi/bb-hostsvc.sh?HOSTSVC=router_directory/router_na...
I use the directive Directory: in my mrtg cfg file. I solved change
from :
if ($MRTGCGI eq '14all.cgi') { $imgUrl = "$MRTGBASEURL/$IMGDIR?log=$target&$IMGTYPE=daily"; $htmlUrl = "$MRTGBASEURL/$HTMLDIR?log=$target"; to:
if ($MRTGCGI eq '14all.cgi') { $imgUrl = "$MRTGBASEURL/$IMGDIR?log=$routers2_target&$IMGTYPE=daily"; $htmlUrl = "$MRTGBASEURL/$HTMLDIR?log=$routers2_target";
I try to change the general threshold (in bbmrtg.pl), but nothing change on the traffic page (on the rules), and no warning or critical colour is displayed
No value are for current traffic (In: xxx Out: xxx)
someone have the same problems ?
M.
I solved problems (2,3), changing bbmrtg.pl from:
= RRDs::fetch "-s $last","-e $last", $targetLog, 'AVERAGE';
to: = RRDs::fetch "-s $start_time","-e $last", $targetLog, 'AVERAGE'; and add :
my $start_time = $last - 300;
I try to use routers2.cgi but i have this problem:
when i monitor two interfaces, on the page is always show the first interface The html generated for the second interface is:
&green<A HREF="http://my.server/hobbit-cgi/routers2.cgi?rtr=mrtg.cfg&bars=Cami&page=graph&xgtype=dwmy&xgstyle=l2&if=fastethernet2&xmtype=options">Traffic for 2 interface</A> In: 2468 bits/sec (0.0%) Out: 12061 bits/sec (0.1%) <CENTER><BR><A HREF="http://my.server/hobbit-cgi/routers2.cgi?rtr=mrtg.cfg&bars=Cami&page=graph&xgtype=dwmy&xgstyle=l2&if=fastethernet2&xmtype=options"><IMG SRC="http://my.server/hobbit-cgi/routers2.cgi?rtr=mrtg.cfg&if=fastethernet2&xgtyp..." ALT="Last 24 Hours" BORDER=0></A><BR></CENTER> <TABLE BORDER=1 ALIGN=CENTER>
Anyone have the same problem?
Marco
----- Original Message ----- From: "Marco Avvisano" <marco.avvisano at regione.toscana.it> To: <hobbit at hswn.dk> Sent: Wednesday, December 21, 2005 2:39 PM Subject: [hobbit] bbmrtg.pl & hobbit
Hi all,
i have installed bbmrtg.pl (last version) + 14all.cgi on my hobbit server. I have 3 problems.
- The link to the daily traffic is incorrect:
http://my.server/hobbit-cgi/bb-hostsvc.sh?HOSTSVC=router_directory/router_na...
I use the directive Directory: in my mrtg cfg file. I solved change
from :
if ($MRTGCGI eq '14all.cgi') { $imgUrl = "$MRTGBASEURL/$IMGDIR?log=$target&$IMGTYPE=daily"; $htmlUrl = "$MRTGBASEURL/$HTMLDIR?log=$target"; to:
if ($MRTGCGI eq '14all.cgi') { $imgUrl = "$MRTGBASEURL/$IMGDIR?log=$routers2_target&$IMGTYPE=daily"; $htmlUrl = "$MRTGBASEURL/$HTMLDIR?log=$routers2_target";
I try to change the general threshold (in bbmrtg.pl), but nothing change on the traffic page (on the rules), and no warning or critical colour is displayed
No value are for current traffic (In: xxx Out: xxx)
someone have the same problems ?
M.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
participants (2)
-
marco.avvisano@regione.toscana.it
-
Schrittenlocher@rz.uni-frankfurt.de