Version: 1.2.5
When I export the traffic graph data to HTML and CSV, I found the HTML data is different to CSV. example:
HTML data:
CSV data:
The reason is when CACTI export to HTML, it use a default graph base_value=1024 to calculate number format, When CACTI export to CSV, it just export the exact value .
Traffic data should use base_value=1000, 1024 is for disk space, memory, etc.
how to fix:
orginal:
graph_export.php line 214:
print "
Version: 1.2.5 When I export the traffic graph data to HTML and CSV, I found the HTML data is different to CSV. example: HTML data:
CSV data:
The reason is when CACTI export to HTML, it use a default graph base_value=1024 to calculate number format, When CACTI export to CSV, it just export the exact value . Traffic data should use base_value=1000, 1024 is for disk space, memory, etc.
how to fix: orginal: graph_export.php line 214: print "
I have verified and it works ok.