Data are collected but no graph is shown up...

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

Moderators: Developers, Moderators

Post Reply
Guest

Post by Guest »

Hello,

Sorry for posting this again, but I got no answer...

I have put up my lm_sensors script and data are being collected but no grath is shown up, either in the preview than in the hole item. (I must say the graph is shown but no data is shown in the graph)

I can see the data in the text area under the graph, but nothing is shown up in the graph aboth.

# Here is the source:
/usr/local/rrdtool-1.0.33/bin/rrdtool graph -
--imgformat=PNG
--start="-86400"
--title="Sensors"
--base=1000
--height=120
--width=500
--alt-autoscale-max
--vertical-label="lm_sensors"
DEF:06c575658472fa="/www/cacti/rra/system_sens_fan3.rrd":system_sens_fan3:AVERAGE
DEF:fe5614f42ba989="/www/cacti/rra/system_sens_temp1.rrd":system_sens_temp1:AVERAGE
DEF:9d74cff571fbb3="/www/cacti/rra/system_sens_temp2.rrd":system_sens_temp2:AVERAGE
CDEF:cdef9d74cff571fbb3=9d74cff571fbb3,300,*
AREA:06c575658472fa#CAF100:"Seed:4141rpm"
AREA:fe5614f42ba989#FF6044:"Motherboardtemp. 29.0ºC"
AREA:cdef9d74cff571fbb3#3D168B:"CPU temp. 24.5ºC"



And the rrdtool Data Source Configuration

/usr/local/rrdtool-1.0.33/bin/rrdtool create
/www/cacti/rra/system_sens_fan3.rrd
--step 300
DS:system_sens_fan3:ABSOLUTE:600:0:10000
RRA:AVERAGE:0.5:1:600
RRA:AVERAGE:0.5:6:700
RRA:AVERAGE:0.5:24:775
RRA:AVERAGE:0.5:288:797
RRA:MAX:0.5:1:600
RRA:MAX:0.5:6:700
RRA:MAX:0.5:24:775
RRA:MAX:0.5:288:797


I hope anyone can tell me, what is wrong with my setting.

--
cu t.scholz (exolon)
raX
Lead Developer
Posts: 2243
Joined: Sat Oct 13, 2001 7:00 pm
Location: Carlisle, PA
Contact:

Post by raX »

I have two thoughts, but overall your configuration looks pretty good.

If you can see if the correct data in the legend, but cannot see it on the graph; perhaps it is a problem with autoscale. Try and set a statis minimum/maximum boundry on the graph.

I also noticed that your datasource was using ABSOLUTE, not that this is wrong or anything, but I usually use COUNTER or GUAGE.

-Ian
Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests