flm01/web/drupal/modules/logger
Bart Van Der Meerssche 0ada64d2d2 web: logger schema update 2009-08-27 19:10:28 +00:00
..
patches web: including the reciprocal-one-way-relationships-not-allowed.patch 2009-08-05 21:09:17 +00:00
README.txt web: initial checkin 2009-08-05 20:18:44 +00:00
logger.drush.inc web: bugfix for drush logger assign command 2009-08-27 18:29:29 +00:00
logger.info web: initial checkin 2009-08-05 20:18:44 +00:00
logger.install web: logger schema update 2009-08-27 19:10:28 +00:00
logger.module web: add security check on old XMLRPC API 2009-08-25 11:48:56 +00:00
xmlrpc.inc web: add security check on old XMLRPC API 2009-08-25 11:48:56 +00:00
xmlrpc1.inc web: initial checkin 2009-08-05 20:18:44 +00:00

README.txt

// $Id$

INSTALLATION
------------
1. install this module in your contributed modules directory
2. add a symlink in the module's root dir to the rrdtool executable
	e.g. ln -s /usr/bin/rrdtool rrdtool
3. add following directory structure in this module's root dir
	mkdir -p data/base data/night graphs/hour graphs/day graphs/week graphs/month graphs/year graphs/night

enjoy!