Skip to content
pstch edited this page May 25, 2012 · 8 revisions

TreeRoad is a Django-based manager for rrdfiles. It can parse the collectd arborescence and initiate graph jobs.

One of the first generated graphs :

One of the first generated graphs. Early beginning

Dependencies :

  • adminplus installed and in INSTALLED_APPS (settings.py)

Howto use:

  1. add the treeroad/, graph/ and templates/ directories to your project root
  2. fill your settings.py according to the Dependencies section
  3. add .treeroad to INSTALLED_APPS
  4. include treeroad in your urls.py
  5. set cron tasks running graphTask() (to be implemented)