Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
this is all correct. DEF:bd="/var/apache/htdocs/cacti/rra/router4_traffic_in_161.rrd":traffic_out:LAST is the only data source using/defining the LAST consolidation function. So the sum of all LAST consoldiation functions is in fact only this single one.
Please verigy "rrdtool info" for all rrd files used in this graph and post the defined CFs
Reinhard
Thanks for pointing me in the right direction. The problem is now resolved.
There were two issues:
1) one of the RRD files did not have an LAST CF defined, this was corrected.
2) as stated, only one RRD had a LAST definition on this graph. It seems in cacti 0.87b LAST must be defined for every RRD file included in the LAST ALL_DATA_SOURCES_NODUP summation. This was not the case 0.86, as long as some CF was defined for each RRD, the total of another CF could be computed without that CF being explicitly defined for each RRD.
To overcome this I created a COMMENT for each data source with a CF of LAST and a blank text value, so that LAST is defined for all data sources but not included in the graph or legend - I have no interest the LAST CF for individual RRDs except to include it in the summation which is printed on the legend.