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.