p|r|b is my attempt at writing a modular framework for rrdtool.
The aim is very straight forward:
easily create rrd databases
easily update data in rrd databases by polling at regular intervalls
easily display graphs of the data in rrd databases
All this should be manageable through an intuitive web interface.
An other aspect is that the design is modular so that it is very easy to extend. For instance it is *really* easy to write modules for polling and graphing.