py-collectd-csv
A python module and scripts for fetching specific CollectD CSV data.
...CollectD_CSV module provides functions for fetching data with a specified time interval and regular expressions matching the end of the path without the datestamp. The fetched data can be saved into files or returned as a list.
fetchCSV.py script can be used to fetch the data matching the given parameters and save to files in a specified directory.
monitorCSV.py script calculates the minimum, average and maximum values of specified resources on one host from the last XX minutes.