[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bbmrtg.pl & hobbit
- To: <hobbit (at) hswn.dk>
- Subject: bbmrtg.pl & hobbit
- From: "Marco Avvisano" <marco.avvisano (at) regione.toscana.it>
- Date: Wed, 21 Dec 2005 14:39:42 +0100
- References: <20050713084754.GA1064@hswn.dk> <20050713144744.A25042@tazmania.org> <43A92DC0.1010304@rz.uni-frankfurt.de>
Hi all,
i have installed bbmrtg.pl (last version) + 14all.cgi on my hobbit server. I
have 3 problems.
1) The link to the daily traffic is incorrect:
http://my.server/hobbit-cgi/bb-hostsvc.sh?HOSTSVC=router_directory/router_name.traffic
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";
2) 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
3) No value are for current traffic (In: xxx Out: xxx)
someone have the same problems ?
M.