Several device graphs are working fine, but some graphs are not updating. Tried debugging method from the cacti manuals but still havent got the clue for this problem.
From what I found, the rrd files are not updated and seems poller was not running properly for the problematic devices/graphs.
Here are cacti logs sample (I filtered for one specific rrd file):
Code: Select all
- WEBLOG CACTI2RRD: /usr/bin/rrdtool info /usr/share/cacti/rra/p-d1-bna_traffic_in_125065.rrd
- WEBLOG CACTI2RRD: /usr/bin/rrdtool graphv - --imgformat=PNG --start='1639642218' --end='1639728618' --pango-markup --title='P-D1-BNA-HundredGigE0/0/0/1-AGGR_P-D1-BNA/Hu0/0/0/1_TO_P-D1-LSM/Hu0/0/0/1_No1_100G_BE1' --vertical-label='bits per second' --base=1000 --height=120 --width=500 --tabwidth '30' --rigid --alt-autoscale-max --lower-limit='0' COMMENT:"From 2021-12-16 15\:10\:18 To 2021-12-17 15\:10\:18\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 1 --font TITLE:11:'Arial' --font AXIS:8:'Arial' --font LEGEND:8:'Courier' --font UNIT:8:'Arial' --font WATERMARK:6:'Arial' --watermark 'Generated by Cacti®' DEF:a='/usr/share/cacti/rra/p-d1-bna_traffic_in_125065.rrd':'traffic_in':AVERAGE DEF:b='/usr/share/cacti/rra/p-d1-bna_traffic_in_125065.rrd':'traffic_out':AVERAGE CDEF:cdefa='a,8,*' CDEF:cdefe='b,8,*' 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' LINE1:cdefe#002A97FF:'Outbound' GPRINT:cdefe:LAST:'Current\:%8.2lf %s' GPRINT:cdefe:AVERAGE:'Average\:%8.2lf %s' GPRINT:cdefe:MAX:'Maximum\:%8.2lf %s\n'
Cacti 1.2.19
Spine 1.2.19
RHEL 8.5
MariaDB 10.3.28
PHP 7.2.24 (cli)
Anyway I'm new to the cacti and still on learning progress.. Any inputs are welcome