talk about group name
[usb-wde1-tools.git] / htmlreport / config.php.dist
1 <?php
2 /**
3  * path to the .rrd files.
4  * {item} will be replaced with humidity/temperature,
5  * {id} with the sensor number
6  */
7 $filetemplate = '/var/lib/munin/home.cweiske.de/haus-usb_wde1_{item}-sensor{id}-g.rrd';
8 $outdir = '/tmp/';
9
10 /**
11  * Array of sensor number to sensor title associations
12  */
13 $names = array(
14     0 => 'Schlafzimmer',
15     1 => 'Wohnzimmer',
16     2 => 'Buero',
17     3 => 'Aussen',
18     4 => 'Bad',
19     5 => 'Kinderzimmer',
20     6 => 'Kueche',
21 );
22 ?>