On Tue, Dec 04, 2007 at 03:40:22PM -0500, ... wrote:
> The RRDTool files for Interface ID 10895 (from Host ID 454), has not been
> created by the Poller Process yet
It's the "colon problem" I would say:

Find engine/graphs/traffic.inc.php and replace the - lines with + lines:

-       "COMMENT:'Inbound Bandwidth: ".($data["bandwidthin"] /1000)."
        kbps'",

+       "COMMENT:'Inbound Bandwidth\: ".($data["bandwidthin"] /1000)."
kbps'",

         "HRULE:".$data["bandwidthout"]."#AA0000:' '",
-       "COMMENT:'Outbound Bandwidth:".($data["bandwidthout"]/1000)."
        kbps".(!em
pty($data["address"])?"  IP: ".$data["address"]:"")."\\n'",
+       "COMMENT:'Outbound Bandwidth\: ".($data["bandwidthout"]/1000)."
kbps".(!
empty($data["address"])?"  IP\: ".$data["address"]:"")."\\n'",
     );


-- 
Craig Small      GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
http://www.enc.com.au/                             csmall at : enc.com.au
http://www.debian.org/          Debian GNU/Linux, software should be Free 

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to