-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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 :

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