aboutsummaryrefslogtreecommitdiff
path: root/htmlreport/config.php.dist
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-10-31 20:33:05 +0100
committerChristian Weiske <cweiske@cweiske.de>2011-10-31 20:33:05 +0100
commit133a6dff495236e2d3a4eb70081ddb1448765625 (patch)
treecabc0df642f5432b10129448a727c4fbd4193f4d /htmlreport/config.php.dist
parentdfdadfc0ee73f552273966135963be036c5d4223 (diff)
downloadusb-wde1-tools-133a6dff495236e2d3a4eb70081ddb1448765625.tar.gz
usb-wde1-tools-133a6dff495236e2d3a4eb70081ddb1448765625.zip
(html) file generator
Diffstat (limited to 'htmlreport/config.php.dist')
-rw-r--r--htmlreport/config.php.dist22
1 files changed, 22 insertions, 0 deletions
diff --git a/htmlreport/config.php.dist b/htmlreport/config.php.dist
new file mode 100644
index 0000000..0720e33
--- /dev/null
+++ b/htmlreport/config.php.dist
@@ -0,0 +1,22 @@
+<?php
+/**
+ * path to the .rrd files.
+ * {item} will be replaced with humidity/temperature,
+ * {id} with the sensor number
+ */
+$filetemplate = '/var/lib/munin/home.cweiske.de/haus-usb_wde1_{item}-sensor{id}-g.rrd';
+$outdir = '/tmp/';
+
+/**
+ * Array of sensor number to sensor title associations
+ */
+$names = array(
+ 0 => 'Schlafzimmer',
+ 1 => 'Wohnzimmer',
+ 2 => 'Buero',
+ 3 => 'Aussen',
+ 4 => 'Bad',
+ 5 => 'Kinderzimmer',
+ 6 => 'Kueche',
+);
+?> \ No newline at end of file