flm01/server/drupal/modules/logger
Bart Van Der Meerssche 19f32d1da8 [drupal] add an "enabled" filter to sensor queries 2011-05-18 21:38:16 +00:00
..
patches change repository layout 2010-07-07 16:37:03 +02:00
README.txt change repository layout 2010-07-07 16:37:03 +02:00
logger.admin.inc [drupal] add an "enabled" filter to sensor queries 2011-05-18 21:38:16 +00:00
logger.drush.inc [drupal] add drush commands for populating the db with fluksometers in bulk via a csv file 2011-04-07 21:29:51 +00:00
logger.info change repository layout 2010-07-07 16:37:03 +02:00
logger.install change repository layout 2010-07-07 16:37:03 +02:00
logger.module [drupal] add an "enabled" filter to sensor queries 2011-05-18 21:38:16 +00:00
logger.rrd.inc [drupal] Pulling logger.drush.inc from the msg fork, thanks Ely! 2011-04-07 21:28:38 +00:00
xmlrpc.inc change repository layout 2010-07-07 16:37:03 +02:00
xmlrpc1.inc [xmlrpc] comment out the authentication failure logging 2011-03-21 21:14:51 +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!