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,
Cacti Dell PE Temperature no Graphs but have current, AVG
Moderators: Developers, Moderators
Cacti Dell PE Temperature no Graphs but have current, AVG
- Attachments
-
- cacti_graph_template_pe_temp.xml
- (11.44 KiB) Downloaded 169 times
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 \
GPRINTLAST:"Current\:%8.2lf %s" \
GPRINTAVERAGE:"Average%8.2lf %s" \
GPRINTMAX:"Max%8.2lf %s"
RRDTool Says:
OK
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 \
GPRINTLAST:"Current\:%8.2lf %s" \
GPRINTAVERAGE:"Average%8.2lf %s" \
GPRINTMAX:"Max%8.2lf %s"
RRDTool Says:
OK
here's the cacti image
Here's the the cacti image also,
thanks
thanks
- Attachments
-
- PE_cacti.GIF (38.79 KiB) Viewed 3457 times
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
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
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
Who is online
Users browsing this forum: No registered users and 5 guests