diff options
Diffstat (limited to 'htmlreport/config.php.dist')
| -rw-r--r-- | htmlreport/config.php.dist | 22 |
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 |
