I just finished a fresh installation of Cacti (the latest version powered by Ubuntu 22.04).
Then I added the first device - Cisco router and some new graphs.
Everything works fine except the BGP Update graphs :/.
All BGP Update graphs appear with the result "ERROR: invalid y-grid format".
Could you please support me with this issue?
In the following you can check the output:
Code: Select all
RRDtool Command:
/usr/bin/rrdtool graph - \
--imgformat=SVG \
--start='-86400' \
--end='-300' \
--pango-markup \
--title='r1_jel - bgpPeerIdentifier' \
--slope-mode \
--base=1000 \
--height=200 \
--width=700 \
--y-grid='1' \
--units-exponent=1 \
--tabwidth '30' \
--alt-autoscale-max \
--lower-limit='0' \
--y-grid='1' \
--units-exponent='1' \
COMMENT:"From 2022-08-18 14\:49\:56 To 2022-08-19 14\:44\:56\c" \
COMMENT:" \n" \
--color BACK#F3F3F3 \
--color CANVAS#FDFDFD \
--color SHADEA#CBCBCB \
--color SHADEB#999999 \
--color FONT#000000 \
--color AXIS#2C4D43 \
--color ARROW#2C4D43 \
--color FRAME#2C4D43 \
--border $rrdborder --font TITLE:11:'Arial' \
--font AXIS:8:'Arial' \
--font LEGEND:8:'Courier' \
--font UNIT:8:'Arial' \
--font WATERMARK:6:'Arial' \
--slope-mode \
--watermark 'Generated by Cacti®' \
DEF:a='/var/www/html/rra/r1_jel_bgppeerouttotalmsg_48.rrd':'bgpPeerInUpdates':AVERAGE \
DEF:b='/var/www/html/rra/r1_jel_bgppeerouttotalmsg_48.rrd':'bgpPeerOutUpdates':AVERAGE \
CDEF:cdefa='a,300,*' \
CDEF:cdefe='b,300,*' \
LINE2:cdefa#3D168BFF:'In updates ' \
GPRINT:cdefa:LAST:'Current\:%8.0lf' \
GPRINT:cdefa:MIN:'Min\:%8.0lf' \
GPRINT:cdefa:MAX:'Max\:%8.0lf\n' \
LINE2:cdefe#7EE600FF:'Out updates' \
GPRINT:cdefe:LAST:'Current\:%8.0lf' \
GPRINT:cdefe:MIN:'Min\:%8.0lf' \
GPRINT:cdefe:MAX:'Max\:%8.0lf\n'
RRDtool Command lengths = 1288 characters.
RRDtool Says:
ERROR: invalid y-grid format
Best regards,
HaflingeR.