How to read Cacti RRD Files and save it to CSV file using python

928 views Asked by At

I currently use cacti as the monitory platform. I need to read the collected data saved in rrd files and put it in a CSV to transform it to JSON format (It will be put in a map) using Python.

How could I get the data from the rrd using python?

Thank you in advance.

0

There are 0 answers