Hi List,

This is my first time write to a mailing-list.

I have a test installation of Debian package jffnms_0.8.0-1_all.deb on Sid.
I run into the same problem describe in the old list of
"The RRDTool files for Interface ID XX (from Host ID X), has not been created".

I checked the code and found in /usr/share/jffnms/engine/graphs/traffic.inc.php line 64 is:
        (isset($flip_legend)?"COMMENT:'$flip_legend'":""),
if $flip_legend is not set, an empty opt will be sent to rrdtool lib, which really caused
the error above. Changing the line to this will help, in my case:
        "COMMENT:".(isset($flip_legend)?"'$flip_legend'":""),

In 0.8.0 and 0.8.1 from sf.net, the code are the same, install from source really solve this problem?



Lei Chen

Reply via email to