[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bbmrtg.pl & hobbit



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.