Solved!
I downgraded to rrdtool-1.0.49
During the setup I also found the following useful for Gentoo users. 
 
Setup and install guide for JFFNMS on Gentoo. 
http://www.gentoo.org/doc/en/jffnms.xml
 
And this forum post for the specific problem I was having. 
http://forums.gentoo.org/viewtopic-t-485891-highlight-jffnms.html
 
Regards,
Mat.


From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Tue, 19 Feb 2008 11:27:00 
+0000Subject: [jffnms-users] RRDTool files for interface ID X has not been 
created.



Hello,
A little help please.
I am doing a new install of jffnms on Gentoo. 99% of the install is done and 
working!
It would seem I can add hosts to be monitored but no graphs are visible. Just 
the error “The RRDTool files for Interface ID 5 (from Host ID 2), has not been 
created by the Poller Process yet”
I have checked the rrd files are being created in /opt/jffnms/rrd
If I run the command rrdtool info interface-5-1.rrd then I get some information 
back. 
I uncommented the debug line in php.ini and get the long command as well as the 
error above. The output of the command is below. I agree with some of the 
values returned (3% used storage) so it would seem its rrd’ing something.
RRDTool version = 1.2.23-r1 Should I down grade to an earlier rrdtool version? 
If yes what version would you recommend?
Any help welcome,
Regards,
Mat.  
 
/usr/bin/rrdtool graph '/opt/jffnms/engine/temp/47babab496f55.dat' 
--imgformat=PNG --start=-86400 --end=-420 --base=1000 --lower-limit=1 
--title='thjffnms TH / cw                                                       
    2008-02-19 11:15:01' --alt-autoscale-max --color=GRID#CCCCCC 
--color=MGRID#777777 --height=150 --width=500 
--font=DEFAULT:7:/opt/jffnms/engine/fonts/LucidaTypewriterRegular.ttf 
--vertical-label='Used Storage' 
DEF:storage_block_count_b=/opt/jffnms/rrd/interface-5-1.rrd:data:AVERAGE 
DEF:storage_block_size_b=/opt/jffnms/rrd/interface-5-0.rrd:data:AVERAGE 
DEF:storage_used_blocks_b=/opt/jffnms/rrd/interface-5-2.rrd:data:AVERAGE 
CDEF:storage_block_count=storage_block_count_b 
CDEF:storage_used_blocks=storage_used_blocks_b 
CDEF:storage_block_size=storage_block_size_b 
CDEF:storage_free_blocks=storage_block_count,storage_used_blocks,- 
CDEF:storage_free=storage_free_blocks,storage_block_size,* 
CDEF:storage_total=storage_block_count,storage_block_size,* 
CDEF:storage_used=storage_used_blocks,storage_block_size,* 
CDEF:storage_free_p=storage_free,100,*,storage_total,/ 
CDEF:storage_used_p=storage_used,100,*,storage_total,/ 
LINE3:storage_total#FF0000:'Total Storage\:    ' 
GPRINT:storage_total:MAX:'%6.0lf %sB\n' AREA:storage_used#FF8800:'Used Storage 
' GPRINT:storage_used:MAX:'Max\: %6.2lf %sB' GPRINT:storage_used_p:MAX:'(%3.0lf 
%%)' GPRINT:storage_used:AVERAGE:'Average\: %6.2lf %sB' 
GPRINT:storage_used_p:AVERAGE:'(%3.0lf %%)' GPRINT:storage_used:LAST:'Last\: 
%6.2lf %sB' GPRINT:storage_used_p:LAST:'(%3.0lf %%)\n' 
STACK:storage_free#00CC00:'Free Storage ' GPRINT:storage_free:MAX:'Max\: %6.2lf 
%sB' GPRINT:storage_free_p:MAX:'(%3.0lf %%)' 
GPRINT:storage_free:AVERAGE:'Average\: %6.2lf %sB' 
GPRINT:storage_free_p:AVERAGE:'(%3.0lf %%)' GPRINT:storage_free:LAST:'Last\: 
%6.2lf %sB' GPRINT:storage_free_p:LAST:'(%3.0lf %%)\n'
595x246
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to