Upgraded to H, now 1 type of graph won't display

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

Moderators: Developers, Moderators

User avatar
ajohnson
Posts: 36
Joined: Tue Dec 27, 2005 5:36 pm

Upgraded to H, now 1 type of graph won't display

Post by ajohnson »

I upgraded to 0.8.6H yesterday. Fairly smoothe upgrade changed all of the <path_to_cacti> references to the absolute paths, says all XML files were found.

Now, all of the disk perf graphs of my windows servers won't show up. I'm using the templates posted for use with SNMP-Informant (STD). It's not that there is no data in the graphs, it's that the graphs don't appear anymore. I just get the alternate text...

I've verified that all files were copied over from the old version. XMLs, RRDs, everything.

What could cause the graphs to stop appearing?
User avatar
rony
Developer/Forum Admin
Posts: 6022
Joined: Mon Nov 17, 2003 6:35 pm
Location: Michigan, USA
Contact:

Post by rony »

Can you post or email me the debug for the broken graphs?
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
User avatar
ajohnson
Posts: 36
Joined: Tue Dec 27, 2005 5:36 pm

Post by ajohnson »

Code: Select all

/usr/local/rrdtool/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="WL-DALLAS - Disk - C:" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="Unit" \
--slope-mode \
DEF:a="/webroot/html/cacti/rra/wldallas_freemegabytes_130.rrd":PercentDiskWriteTim:LAST \
DEF:b="/webroot/html/cacti/rra/wldallas_freemegabytes_130.rrd":PercentDiskReadTime:LAST \
DEF:c="/webroot/html/cacti/rra/wldallas_freemegabytes_130.rrd":AvgDiskReadQueueLen:LAST \
DEF:d="/webroot/html/cacti/rra/wldallas_freemegabytes_130.rrd":AvgDiskWriteQueueLe:LAST \
DEF:e="/webroot/html/cacti/rra/wldallas_freemegabytes_130.rrd":PercentFreeSpace:LAST \
DEF:f="/webroot/html/cacti/rra/wldallas_freemegabytes_130.rrd":PercentDiskReadTime:LAST \
DEF:g="/webroot/html/cacti/rra/wldallas_freemegabytes_130.rrd":PercentFreeSpace:LAST \
DEF:h="/webroot/html/cacti/rra/wldallas_freemegabytes_130.rrd":FreeMegabytes:LAST \
DEF:i="/webroot/html/cacti/rra/wldallas_freemegabytes_130.rrd":AvgDiskReadPerSec:LAST \
DEF:j="/webroot/html/cacti/rra/wldallas_freemegabytes_130.rrd":AvgDiskWritePerSec:LAST \
CDEF:cdefbc=h,1024,/ \
CDEF:cdefdc=a,0,*,100,+ \
AREA:a#2175D9:"Write Time(%)"  \
AREA:f#8D85F3:"Read Time(%)"  \
LINE1:c#FF0000:"Read Queue\:"  \
LINE1:d#00FF00:"Write Queue\:"  \
LINE2:g#000000:""  \
LINE1:f#000000:""  \
LINE1:g#FF5F00:"Free Space (%)\n"  \
COMMENT:"Statistics"  \
GPRINT:f:LAST:"Read\: (%1.1lf %%)"  \
GPRINT:a:LAST:"Write\: (%1.1lf %%)"  \
GPRINT:g:LAST:"Free\: (%1.1lf %%)"  \
LINE1:h:""  \
GPRINT:cdefbc:LAST:"Available\: %5.2lf Gb\n"  \
COMMENT:"Read IO/s  \:"  \
LINE1:i:"\n"  \
GPRINT:i:LAST:"Current\:%8.0lf"  \
GPRINT:i:AVERAGE:"Average\:%8.0lf"  \
GPRINT:i:MAX:"Maximum\:%8.0lf\n"  \
COMMENT:"Write IO/s \:"  \
LINE1:j:""  \
GPRINT:j:LAST:"Current\:%8.0lf"  \
GPRINT:j:AVERAGE:"Average\:%8.0lf"  \
GPRINT:j:MAX:"Maximum\:%8.0lf\n"  \
LINE1::""  \
COMMENT:"Read  Queue\:"  \
GPRINT:c:LAST:"Current\:%8.0lf"  \
GPRINT:c:AVERAGE:"Average\:%8.0lf"  \
GPRINT:c:MAX:"Maximum\:%8.0lf\n"  \
COMMENT:"Write Queue\:"  \
GPRINT:d:LAST:"Current\:%8.0lf"  \
GPRINT:d:AVERAGE:"Average\:%8.0lf"  \
GPRINT:d:MAX:"Maximum\:%8.0lf\n"  \
LINE1:cdefdc#FFFFFF:"" 
User avatar
ajohnson
Posts: 36
Joined: Tue Dec 27, 2005 5:36 pm

Post by ajohnson »

and RRD Says:

ERROR: Legend set but no color: \n

I can't tell what it needs a color defined on...
User avatar
rony
Developer/Forum Admin
Posts: 6022
Joined: Mon Nov 17, 2003 6:35 pm
Location: Michigan, USA
Contact:

Post by rony »

Edit Graph item lines 6 and 7, which is a guess on the item numbers.

Code: Select all

LINE2:g#000000:""  \
LINE1:f#000000:""  \ 
They need a color or none selected as color, I suggest None for the 2 graph items in the template.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
User avatar
rony
Developer/Forum Admin
Posts: 6022
Joined: Mon Nov 17, 2003 6:35 pm
Location: Michigan, USA
Contact:

Post by rony »

Btw, you officially ran into a senario that I had not accounted for in 0.8.6h upgrade script.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
User avatar
ajohnson
Posts: 36
Joined: Tue Dec 27, 2005 5:36 pm

Post by ajohnson »

WOOOOHOOO!!! :lol:
User avatar
ajohnson
Posts: 36
Joined: Tue Dec 27, 2005 5:36 pm

Post by ajohnson »

Those 2 lines both had colors associated with them... changing them to none or another color didn't work.

I changed all other LINE1s from None to FFFFFF

Now I get:

RRDTool Says:

ERROR: Not a valid vname: #FFFFFF in line LINE1:#FFFFFF:Free Space (Mb)
User avatar
rony
Developer/Forum Admin
Posts: 6022
Joined: Mon Nov 17, 2003 6:35 pm
Location: Michigan, USA
Contact:

Post by rony »

That's not good...

Will you be online tonight, and can you AIM me?

I would like to troubleshoot this in realtime. Otherwise, can you send me a mysqldump of your database in email?
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
User avatar
ajohnson
Posts: 36
Joined: Tue Dec 27, 2005 5:36 pm

Post by ajohnson »

Sure. I'll dump it now, email and I can be on tonight as well (billable hours!). What time is good for you?
grodno5
Posts: 36
Joined: Fri Feb 18, 2005 12:49 pm
Location: US/PA
Contact:

graphs problem after upgrade

Post by grodno5 »

Hi, Folks
i have kind a simular problem after upgrade, the only difference is that i do see graphs, but no titles or details under the graphs. All is see is "dot" instead of line under the graph. image attached.
please help
Attachments
graph.JPG
graph.JPG (15.56 KiB) Viewed 3369 times
User avatar
rony
Developer/Forum Admin
Posts: 6022
Joined: Mon Nov 17, 2003 6:35 pm
Location: Michigan, USA
Contact:

Post by rony »

Not the same issue.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
grodno5
Posts: 36
Joined: Fri Feb 18, 2005 12:49 pm
Location: US/PA
Contact:

almost same

Post by grodno5 »

i agree that not the same, but i already figured out, it was path problem to rrdtool fonts.
once i fixed, i'm not getting some graphs and the error is
RRDTool Says:

ERROR: RPN final stack size != 1

Code: Select all

/usr/local/rrdtool-1.2.10/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="WAFIRE01 - Traffic" \
--rigid \
--base=1000 \
--height=120 \
--width=570 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="bits per second" \
--slope-mode \
DEF:a="/var/www/cacti/rra/wafire01_traffic_in_400.rrd":traffic_in:AVERAGE \
DEF:b="/var/www/cacti/rra/wafire01_traffic_in_400.rrd":traffic_in:AVERAGE \
CDEF:cdefa=b,8,* \
CDEF:cdefc=b,a,b,+,100000000,/,100,*,8,*,10,LE,a,b,+,100000000,/,100,*,8,*,0,GT,NEGINF,UNKN,IF,UNKN,IF,8,100,*,*,100000000,/ \
AREA:cdefa#00CF00:"Inbound"  \
GPRINT:cdefa:LAST:"Current\:%8.2lf %s"  \
GPRINT:cdefc:LAST:"(%5.2lf %%)"  \
GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s"  \
GPRINT:cdefc:AVERAGE:"(%5.2lf %%)"  \
GPRINT:cdefa:MAX:"Maximum\:%8.2lf %s\n"  \
LINE1:cdefa#002A97:"Outbound"  \
GPRINT:cdefa:LAST:"Current\:%8.2lf %s"  \
GPRINT:cdefc:LAST:"(%5.2lf %%)"  \
GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s"  \
GPRINT:cdefc:AVERAGE:"(%5.2lf %%)"  \
GPRINT:cdefa:MAX:"Maximum\:%8.2lf %s\n"  \
COMMENT:"\n"  \
HRULE:7696526.87#FF0000:"95th Percentile"  \
COMMENT:"(7.7 mbit in+out)"  \
HRULE:100000000#FF0000:""  \
COMMENT:"Interface Speed\: 100000000 bits/sec"  \
VRULE:1138942800#000000:""  \
VRULE:1138986000#000000:"" 
RRDTool Says:

ERROR: RPN final stack size != 1
User avatar
TheWitness
Developer
Posts: 16997
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

I would look very closely as reworking the following CDEF:

Code: Select all

b,a,b,+,100000000,/,100,*,8,*,10,LE,a,b,+,100000000,/,100,*,8,*,0,GT,NEGINF,UNKN,IF,UNKN,IF,8,100,*,*,100000000,/
Try to keep the stack as limited as possible. Tobi may be having difficulty working through the complexity of the RPN expression. If you find that the syntax is accurate and the processing of it is incorrect, post a bug report to Tobi.

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?
masterj
Posts: 6
Joined: Mon Dec 05, 2005 7:15 am
Location: Norway

Post by masterj »

Hello :)

I got a similar problem after upgrading to H. I use a script found on this forum to volume (sum) some graphs. http://forums.cacti.net/viewtopic.php?t ... t=ipvolume

After upgrading to H i get this error: ERROR: Legend set but no color: Inbound #01

Here is the graph debug:

/usr/local/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="Host - Trafikk Totalt" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="bits per second" \
--slope-mode \
DEF:a="/usr/local/apache/htdocs/cacti/rra/host_traffic_in_245.rrd":traffic_in:AVERAGE \
DEF:b="/usr/local/apache/htdocs/cacti/rra/host_traffic_in_246.rrd":traffic_in:AVERAGE \
DEF:c="/usr/local/apache/htdocs/cacti/rra/host_traffic_in_247.rrd":traffic_in:AVERAGE \
DEF:d="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:e="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:f="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:g="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:h="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:i="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:j="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:ba="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:bb="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:bc="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:bd="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:be="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:bf="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:bg="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:bh="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:bi="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:bj="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:ca="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:cb="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:cc="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:cd="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:ce="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:cf="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:cg="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:ch="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:ci="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:cj="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:da="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:db="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:dc="/usr/local/apache/htdocs/cacti/rra/host_traffic_in_245.rrd":traffic_out:AVERAGE \
DEF:dd="/usr/local/apache/htdocs/cacti/rra/host_traffic_in_246.rrd":traffic_out:AVERAGE \
DEF:de="/usr/local/apache/htdocs/cacti/rra/host_traffic_in_247.rrd":traffic_out:AVERAGE \
DEF:df="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:dg="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:dh="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:di="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:dj="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:ea="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:eb="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:ec="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:ed="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:ee="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:ef="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:eg="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:eh="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:ei="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:ej="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:fa="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:fb="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:fc="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:fd="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:fe="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:ff="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:fg="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:fh="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:fi="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:fj="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:ga="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:gb="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:gc="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
DEF:gd="/usr/local/apache/htdocs/cacti/rra/host_zero_248.rrd":zero:AVERAGE \
CDEF:cdefge=a,b,c,d,e,f,g,h,i,j,ba,bb,bc,bd,be,bf,bg,bh,bi,bj,ca,cb,cc,cd,ce,cf,cg,ch,ci,cj,da,db,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,8,* \
CDEF:cdefgi=dc,dd,de,df,dg,dh,di,dj,ea,eb,ec,ed,ee,ef,eg,eh,ei,ej,fa,fb,fc,fd,fe,ff,fg,fh,fi,fj,ga,gb,gc,gd,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,8,* \
LINE1:a:"Inbound #01" \
LINE1:b:"Inbound #02" \
LINE1:c:"Inbound #03" \
LINE1:gd:"Inbound #04" \
LINE1:gd:"Inbound #05" \
LINE1:gd:"Inbound #06" \
LINE1:gd:"Inbound #07" \
LINE1:gd:"Inbound #08" \
LINE1:gd:"Inbound #09" \
LINE1:gd:"Inbound #10" \
LINE1:gd:"Inbound #11" \
LINE1:gd:"Inbound #12" \
LINE1:gd:"Inbound #13" \
LINE1:gd:"Inbound #14" \
LINE1:gd:"Inbound #15" \
LINE1:gd:"Inbound #16" \
LINE1:gd:"Inbound #17" \
LINE1:gd:"Inbound #18" \
LINE1:gd:"Inbound #19" \
LINE1:gd:"Inbound #20" \
LINE1:gd:"Inbound #21" \
LINE1:gd:"Inbound #22" \
LINE1:gd:"Inbound #23" \
LINE1:gd:"Inbound #24" \
LINE1:gd:"Inbound #25" \
LINE1:gd:"Inbound #26" \
LINE1:gd:"Inbound #27" \
LINE1:gd:"Inbound #28" \
LINE1:gd:"Inbound #29" \
LINE1:gd:"Inbound #30" \
LINE1:gd:"Inbound #31" \
LINE1:gd:"Inbound #32" \
LINE1:dc:"Outbound #01" \
LINE1:dd:"Outbound #02" \
LINE1:de:"Outbound #03" \
LINE1:gd:"Outbound #04" \
LINE1:gd:"Outbound #05" \
LINE1:gd:"Outbound #06" \
LINE1:gd:"Outbound #07" \
LINE1:gd:"Outbound #08" \
LINE1:gd:"Outbound #09" \
LINE1:gd:"Outbound #10" \
LINE1:gd:"Outbound #11" \
LINE1:gd:"Outbound #12" \
LINE1:gd:"Outbound #13" \
LINE1:gd:"Outbound #14" \
LINE1:gd:"Outbound #15" \
LINE1:gd:"Outbound #16" \
LINE1:gd:"Outbound #17" \
LINE1:gd:"Outbound #18" \
LINE1:gd:"Outbound #19" \
LINE1:gd:"Outbound #20" \
LINE1:gd:"Outbound #21" \
LINE1:gd:"Outbound #22" \
LINE1:gd:"Outbound #23" \
LINE1:gd:"Outbound #24" \
LINE1:gd:"Outbound #25" \
LINE1:gd:"Outbound #26" \
LINE1:gd:"Outbound #27" \
LINE1:gd:"Outbound #28" \
LINE1:gd:"Outbound #29" \
LINE1:gd:"Outbound #30" \
LINE1:gd:"Outbound #31" \
LINE1:gd:"Outbound #32" \
AREA:cdefge#00CF00:"Inbound" \
GPRINT:cdefge:LAST:" Current\:%8.2lf %s" \
GPRINT:cdefge:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefge:MAX:"Maximum\:%8.2lf %s\n" \
LINE1:cdefgi#002A97:"Outbound" \
GPRINT:cdefgi:LAST:" Current\:%8.2lf %s" \
GPRINT:cdefgi:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefgi:MAX:"Maximum\:%8.2lf %s"

Hope you got a suggestion on what's wrong :)
Jo Christian Buvarp
Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests