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.