HOME
prb 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.

Links

  • www.rrdtool.org Tobi's brilliant work...
  • www.mysql.com The most used database on the internet?
  • www.php.net My favourite!
  • www.mootools.net Brilliant OO javascript framework! Mootools rools :-)