This is definitively not the default template. Did you change it? Are you able to import the original one?DervMan wrote:This doesn't look right to me.....
R.
Moderators: Developers, Moderators
Code: Select all
[root@segadors ~]# /opt/rrdtool-1.4.7/bin/rrdtool graph - \
> --imgformat=PNG \
> --start=-86400 \
> --end=-60 \
> --title='4506-1 - switch troncal - Traffic - Gi2/2' \
> --rigid \
> --base=1000 \
> --height=120 \
> --width=500 \
> --alt-autoscale-max \
> --lower-limit='0' \
> --vertical-label='bits per second' \
> --slope-mode \
> --font TITLE:10: \
> --font AXIS:7: \
> --font LEGEND:8: \
> --font UNIT:7: \
> DEF:a="/dades/www/cacti/rra/4506-1_-_switch_troncal_traffic_in_7272.rrd":'traffic_in':AVERAGE \
> DEF:b="/dades/www/cacti/rra/4506-1_-_switch_troncal_traffic_in_7272.rrd":'traffic_out':AVERAGE \
> CDEF:cdefa='a,8,*' \
> CDEF:cdeff='b,8,*' \
> CDEF:cdefbe='a,UN,INF,UNKN,IF' \
> CDEF:cdefbh='TIME,1363077640,GT,a,a,UN,0,a,IF,IF,TIME,1363077640,GT,b,b,UN,0,b,IF,IF,+' \
> AREA:cdefa#00CF00FF:"Inbound" \
> GPRINT:cdefa:LAST:" Current\:%8.2lf %s" \
> GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s" \
> GPRINT:cdefa:MAX:"Maximum\:%8.2lf %s\n" \
> COMMENT:"Transfer\: 3.72 GB" \
> LINE1:cdeff#002A97FF:"Outbound" \
> GPRINT:cdeff:LAST:"Current\:%8.2lf %s" \
> HRULE:|95\:bits\:0\:current|#00FF00FF:"95%\:" \
> GPRINT:cdeff:AVERAGE:"Average\:%8.2lf %s" \
> COMMENT:"|95\:bits\:6\:current| mbit\n" \
> GPRINT:cdeff:MAX:"Maximum\:%8.2lf %s\n" \
> COMMENT:" \n" \
> HRULE:106642450.09#FF0000FF:"95th Percentile" \
> COMMENT:"(106.64 mbit in+out)" \
> AREA:cdefbe#8F9286FF:"" \
> COMMENT:"Transfer\: 568.04 MB" \
> HRULE:|95\:bits\:0\:current|#0000FFFF:"95%\:" \
> COMMENT:"136.29 mbit" \
> COMMENT:"Total Transfer\: 4.29 GB\n" > /dev/null
-bash: 95:bits:0:current: command not found
-bash: COMMENT:136.29 mbit: command not found
-bash: 95:bits:0:current: command not found
-bash: GPRINT:cdeff:AVERAGE:Average\:%8.2lf %s: command not found
ERROR: Expected some arguments after 'HRULE:'
Users browsing this forum: No registered users and 2 guests