Cacti Dell PE Temperature no Graphs but have current, AVG

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

Moderators: Developers, Moderators

Post Reply
kaprino
Posts: 7
Joined: Thu Apr 03, 2008 1:58 pm

Cacti Dell PE Temperature no Graphs but have current, AVG

Post by kaprino »

Hi
I was able to generate a Cacti Graph for Dell PE2950, with the current, AVG, Max information, but it fails to generate the graphs.
Any help would be appreciated, attached it the xml export.

Thanks,
Attachments
cacti_graph_template_pe_temp.xml
(11.44 KiB) Downloaded 169 times
kaprino
Posts: 7
Joined: Thu Apr 03, 2008 1:58 pm

Post by kaprino »

Also, here is the rrdtool command

Thanks,

RRDTool Command:

/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="eos - PE Temp" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale \
--upper-limit=400 \
--lower-limit=0 \
--vertical-label="Celsius/10" \
--slope-mode \
--font TITLE:12: \
--font AXIS:8: \
--font LEGEND:10: \
--font UNIT:8: \
DEF:a="/opt/apache2/htdocs/cacti/rra/eos_pege_cpu1_temp_1007.rrd":pege_cpu1_temp:AVERAGE \
DEF:b="/opt/apache2/htdocs/cacti/rra/eos_pege_cpu1_temp_1007.rrd":pege_cpu1_temp:MAX \
GPRINT:a:LAST:"Current\:%8.2lf %s" \
GPRINT:a:AVERAGE:"Average%8.2lf %s" \
GPRINT:b:MAX:"Max%8.2lf %s"

RRDTool Says:

OK
kaprino
Posts: 7
Joined: Thu Apr 03, 2008 1:58 pm

here's the cacti image

Post by kaprino »

Here's the the cacti image also,
thanks
Attachments
PE_cacti.GIF
PE_cacti.GIF (38.79 KiB) Viewed 3457 times
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

The Graph Template is broken. AREA/STACK/LINE items are missing
Reinhard
kaprino
Posts: 7
Joined: Thu Apr 03, 2008 1:58 pm

Post by kaprino »

Thanks will try that now
kaprino
Posts: 7
Joined: Thu Apr 03, 2008 1:58 pm

Post by kaprino »

I get the following error

ERROR: the RRD does not contain an RRA matching the chosen CF

not sure what that means
Thanks
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

That means, that the Graph Template uses e.g. a consolidation function (CF) of LAST while the rrd definition does not contain LAST.
Either create a new rrd file after adding LAST to the RRA definition set (loosing all old data) or change the Graph Template to use e.g. AVERAGE instead of LAST
Reinhard
Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests