flm01/web/drupal/modules/logger
Bart Van Der Meerssche a4f9c1007e web: split the SQL query in _logger_add to fix warning when #relationships = 0 2009-09-18 18:08:22 +00:00
..
patches web: intial commit of taylored image_annotate module for flukso 2009-09-16 22:39:58 +00:00
README.txt web: initial checkin 2009-08-05 20:18:44 +00:00
logger.drush.inc web: removed version option from drush logger create 2009-09-07 20:15:14 +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: split the SQL query in _logger_add to fix warning when #relationships = 0 2009-09-18 18:08:22 +00:00
xmlrpc.inc web: backport the handling of timezones for night.rrd to xmlrpc alpha API 2009-09-15 19:46:26 +00:00
xmlrpc1.inc web: backport the handling of timezones for night.rrd to xmlrpc alpha API 2009-09-15 19:46:26 +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!