Xymon Mailing List Archive search

bbmrtg.pl & hobbit

list Marco Avvisano
Wed, 21 Dec 2005 14:39:42 +0100
Message-Id: <043501c60633$ffb83980$user-582c04793b44@xymon.invalid>

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.