In RRDTOOL Major Changes between 1.0.x and 1.2.x

Incompatibilities

* Colons in COMMENT arguments to rrdtool graph must be escaped with a 
backslash


This change don't permite make some graphics, because rrdtool report an error.

The solution is change in files where COMMENT word exist and the text include 
":" by "\n".

For example:
engine/traffic_aggregation.inc.php
        line 44
        "COMMENT:'Inbound Bandwidth: $bandwidthin_k kbps'",
        change by 
        "COMMENT:'Inbound Bandwidth\: $bandwidthin_k kbps'",
        
        line 46 

Pls. report URGENT.

Thank you
-- 
Miguel A. Castro
Hyperlink Comunicaciones
Santiago Vázquez 1086 CP11300
Montevideo - Uruguay
Tel/Fax: (598 2) 7092341



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to