|
From: Bhaskar R. <bha...@gm...> - 2007-03-23 19:50:27
|
I am using rrdtool-1.2.16, cacti-0.8.6j, net-anmp-5.4 and php-5.2.0. All the thumbnails are broken and some of the graph are showing alright and many are not showing at all. When I turned on debugging, it show unknown controll code ERROR as shown below. Any idea how to fix this error? Thanks Bhaskar RRDTool Command: /opt/MCIrrdtool/bin/rrdtool graph - \ --imgformat=PNG \ --start=-86400 \ --end=-300 \ --title="Brocade Silkworm 3800 - FC monitor - port 11" \ --base=1000 \ --height=120 \ --width=500 \ --alt-autoscale-max \ --lower-limit=0 \ --vertical-label="Units per second" \ --slope-mode \ DEF:a="/opt/MCIcacti/cacti-0.8.6j/rra/brocade_silkworm_3800_swfcporttxwords_38.rrd":swFCPortTxWords:AVERAGE \ DEF:b="/opt/MCIcacti/cacti-0.8.6j/rra/brocade_silkworm_3800_swfcporttxwords_38.rrd":swFCPortRxWords:AVERAGE \ DEF:c="/opt/MCIcacti/cacti-0.8.6j/rra/brocade_silkworm_3800_swfcporttxwords_38.rrd":swFCPortTxFrames:AVERAGE \ DEF:d="/opt/MCIcacti/cacti-0.8.6j/rra/brocade_silkworm_3800_swfcporttxwords_38.rrd":swFCPortRxFrames:AVERAGE \ DEF:e="/opt/MCIcacti/cacti-0.8.6j/rra/brocade_silkworm_3800_swfcporttxwords_38.rrd":swFCPortRxMcasts:AVERAGE \ DEF:f="/opt/MCIcacti/cacti-0.8.6j/rra/brocade_silkworm_3800_swfcporttxwords_38.rrd":swFCPortTxC2Frames:AVERAGE \ DEF:g="/opt/MCIcacti/cacti-0.8.6j/rra/brocade_silkworm_3800_swfcporttxwords_38.rrd":swFCPortRxC3Frames:AVERAGE \ DEF:h="/opt/MCIcacti/cacti-0.8.6j/rra/brocade_silkworm_3800_swfcporttxwords_38.rrd":swFCPortRxBadEofs:AVERAGE \ DEF:i="/opt/MCIcacti/cacti-0.8.6j/rra/brocade_silkworm_3800_swfcporttxwords_38.rrd":swFCPortRxCrcs:AVERAGE \ DEF:j="/opt/MCIcacti/cacti-0.8.6j/rra/brocade_silkworm_3800_swfcporttxwords_38.rrd":swFCPortRxEncInFrs:AVERAGE \ DEF:ba="/opt/MCIcacti/cacti-0.8.6j/rra/brocade_silkworm_3800_swfcporttxwords_38.rrd":swFCPortRxTooLongs:AVERAGE \ DEF:bb="/opt/MCIcacti/cacti-0.8.6j/rra/brocade_silkworm_3800_swfcporttxwords_38.rrd":swFCPortRxTruncs:AVERAGE \ AREA:a#7EE600:"TX Words" \ GPRINT:a:LAST:" Current\:%8.2lf %s" \ GPRINT:a:AVERAGE:"Average\:%8.2lf %s" \ GPRINT:a:MAX:"Maximum\:%8.2lf %s\n" \ AREA:b#6DC8FE:"RX Words" \ GPRINT:b:LAST:" Current\:%8.2lf %s" \ GPRINT:b:AVERAGE:"Average\:%8.2lf %s" \ GPRINT:b:MAX:"Maximum\:%8.2lf %s\n" \ LINE1:c#009F67:"TX Frames" \ GPRINT:c:LAST:" Current\:%8.2lf %s" \ GPRINT:c:AVERAGE:"Average\:%8.2lf %s" \ GPRINT:c:MAX:"Maximum\:%8.2lf %s\n" \ LINE1:d#6557D0:"RX Frames" \ GPRINT:d:LAST:" Current\:%8.2lf %s" \ GPRINT:d:AVERAGE:"Average\:%8.2lf %s" \ GPRINT:d:MAX:"Maximum\:%8.2lf %s\n" \ LINE1:e#AFECED:"RX Multicasts" \ GPRINT:e:LAST:" Current\:%8.2lf %s" \ GPRINT:e:AVERAGE:"Average\:%8.2lf %s" \ GPRINT:e:MAX:"Maximum\:%8.2lf %s\n" \ LINE1:f#0000FF:"TX Class2 Frames" \ GPRINT:f:LAST:" Current\:%8.2lf %s" \ GPRINT:f:AVERAGE:"Average\:%8.2lf %s" \ GPRINT:f:MAX:"Maximum\:%8.2lf %s\n" \ LINE1:g#FFC73B:"RX Class3 Frames" \ GPRINT:g:LAST:" Current\:%8.2lf %s" \ GPRINT:g:AVERAGE:"Average\:%8.2lf %s" \ GPRINT:g:MAX:"Maximum\:%8.2lf %s\n" \ LINE1:h#942D0C:"RX Bad EOFS" \ GPRINT:h:LAST:" Current\:%8.2lf %s" \ GPRINT:h:AVERAGE:"Average\:%8.2lf %s" \ GPRINT:h:AVERAGE:"Maximum\:%8.2lf %s\n" \ LINE1:i#FF0000:"RX CRC Errors" \ GPRINT:i:LAST:" Current\:%8.2lf %s" \ GPRINT:i:AVERAGE:"Average\:%8.2lf %s" \ GPRINT:i:MAX:"Maximum\:%8.2lf %s\n" \ LINE1:j#FF5576:"Rx Disparity Frames" \ GPRINT:j:LAST:"Current\:%8.2lf %s" \ GPRINT:j:AVERAGE:"Average\:%8.2lf %s" \ GPRINT:j:MAX:"Maximum\:%8.2lf %s\n" \ LINE1:ba#008A6D:"RX TooLong Frames" \ GPRINT:ba:LAST:" Current\:%8.2lf %s" \ GPRINT:ba:AVERAGE:"Average\:%8.2lf %s" \ GPRINT:ba:MAX:"Maximum\:%8.2lf %s\n" \ LINE1:bb#CAF100:"RX Truncated Frames" \ GPRINT:bb:LAST:"Current\:%8.2lf %s" \ GPRINT:bb:AVERAGE:"Average\:%8.2lf %s" \ GPRINT:bb:MAX:"Maximum\:%8.2lf %s\n" RRDTool Says: ERROR: Unknown control code at the end of 'Maximum: 90.10 \n' |