Hi
I have a problem with displaing graphs in preview mode at which i do summing (|sum:auto:current:2:auto|)
When I remove summing function from graph template everything is working properly
When I add summing graph don't want to show in preview mode BUT when I click it (to view it with more details) graphs are drown properly
system: ubuntu 6.10 se
cacti: 0.8.6j
rrdtool: 1.2.19 (hand compiled with default settings)
on another box I have the same setup but with 1.2.11 version of rrdtool and with the same graph templates everything is working ok!
what to do with that?
Preview View mode display problem
Moderators: Developers, Moderators
Preview View mode display problem
- Attachments
-
- when clicked at text in preview mode
- pic3.jpg (103.89 KiB) Viewed 883 times
-
- with summing
- pic2.jpg (95.47 KiB) Viewed 883 times
-
- without summing in graph template
- pic1.jpg (100.91 KiB) Viewed 883 times
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Post the RRDtool Graph Syntax using Graph Debug. I am interested to see if I can figure it out.
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
here you go
RRDTool Command:
/usr/local/rrdtool-1.2.15/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="xxx - tx/rx bytes" \
--base=1000 \
--height=120 \
--width=600 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="Bps" \
--slope-mode \
DEF:a="/var/www/cacti/rra/gimnazjum_strength_18.rrd":txbytes:AVERAGE \
DEF:b="/var/www/cacti/rra/gimnazjum_strength_18.rrd":rxbytes:AVERAGE \
AREA:a#00CF00:"Download\:" \
GPRINTLAST:"Current\:%8.2lf %s" \
GPRINTAVERAGE:"Average\:%8.2lf %s" \
GPRINTMAX:"Maximum\:%8.2lf %s" \
COMMENT:"Total\: 1.47 GB\n" \
LINE1:b#002A97:"Upload\:" \
GPRINTLAST:" Current\:%8.2lf %s" \
GPRINTAVERAGE:"Average\:%8.2lf %s" \
GPRINTMAX:"Maximum\:%8.2lf %s" \
COMMENT:"Total\: 707.34 MB\n"
RRDTool Says:
OK
with a version 1.2.19 in Graph managment every thing is ok .. thist graph is shown properly ... only in preview view it doesnt show
RRDTool Command:
/usr/local/rrdtool-1.2.15/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="xxx - tx/rx bytes" \
--base=1000 \
--height=120 \
--width=600 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="Bps" \
--slope-mode \
DEF:a="/var/www/cacti/rra/gimnazjum_strength_18.rrd":txbytes:AVERAGE \
DEF:b="/var/www/cacti/rra/gimnazjum_strength_18.rrd":rxbytes:AVERAGE \
AREA:a#00CF00:"Download\:" \
GPRINTLAST:"Current\:%8.2lf %s" \
GPRINTAVERAGE:"Average\:%8.2lf %s" \
GPRINTMAX:"Maximum\:%8.2lf %s" \
COMMENT:"Total\: 1.47 GB\n" \
LINE1:b#002A97:"Upload\:" \
GPRINTLAST:" Current\:%8.2lf %s" \
GPRINTAVERAGE:"Average\:%8.2lf %s" \
GPRINTMAX:"Maximum\:%8.2lf %s" \
COMMENT:"Total\: 707.34 MB\n"
RRDTool Says:
OK
with a version 1.2.19 in Graph managment every thing is ok .. thist graph is shown properly ... only in preview view it doesnt show
Who is online
Users browsing this forum: No registered users and 2 guests