graphs had created but not display on preview/tree mode

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
addbe
Posts: 2
Joined: Sun Nov 01, 2009 11:01 am

graphs had created but not display on preview/tree mode

Post by addbe »

cacit:0.8.7e
rrd-tools:1.3.X

I did not find error on cacti log and the rrd file permission is correct.
I do not how to fix the issue.

sorry my English

cheers
Attachments
graphs should be created as fine
graphs should be created as fine
123.png (47.29 KiB) Viewed 660 times
but do not display on preview/tree mode
but do not display on preview/tree mode
234.png (19.98 KiB) Viewed 660 times
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

Please select any of the wrenches next to one of the failing graphs and post results
R.
addbe
Posts: 2
Joined: Sun Nov 01, 2009 11:01 am

Post by addbe »

thank you
everything looks fine now. I did not do any.
the follow is one graph rrdtool the output

Code: Select all

/opt/rrdtool/bin/rrdtool graph - \
--imgformat=PNG \
--start=1257124158 \
--end=1257210558 \
--title="Localhost - Disk Space - /dev/simfs" \
--rigid \
--base=1024 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
COMMENT:"From 2009/11/02 04\:09\:18 To 2009/11/03 04\:09\:18\c" \
COMMENT:"  \n" \
--vertical-label="bytes" \
--slope-mode \
--font TITLE:12: \
--font AXIS:8: \
--font LEGEND:10: \
--font UNIT:8: \
DEF:a="/opt/httpd/htdocs/cacti/rra/localhost_hdd_free_21.rrd":hdd_used:AVERAGE \
DEF:b="/opt/httpd/htdocs/cacti/rra/localhost_hdd_free_21.rrd":hdd_free:AVERAGE \
CDEF:cdefa=a,1024,* \
CDEF:cdefe=b,1024,* \
CDEF:cdefi=TIME,1257210265,GT,a,a,UN,0,a,IF,IF,TIME,1257210265,GT,b,b,UN,0,b,IF,IF,+,1024,* \
AREA:cdefa#F51D30FF:"Used"  \
GPRINT:cdefa:LAST:"     Current\:%8.2lf %s"  \
GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s"  \
GPRINT:cdefa:MAX:"Maximum\:%8.2lf %s\n"  \
AREA:cdefe#002A97FF:"Available":STACK \
GPRINT:cdefe:LAST:"Current\:%8.2lf %s"  \
GPRINT:cdefe:AVERAGE:"Average\:%8.2lf %s"  \
GPRINT:cdefe:MAX:"Maximum\:%8.2lf %s\n"  \
LINE2:cdefi#000000FF:"Total"  \
GPRINT:cdefi:LAST:"    Current\:%8.2lf %s"  \
GPRINT:cdefi:AVERAGE:"Average\:%8.2lf %s"  \
GPRINT:cdefi:MAX:"Maximum\:%8.2lf %s\n" 
Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests