udevadm
[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  * May be an array with the same keys as in $names.
8  */
9 $filetemplate = '/var/lib/munin/home.cweiske.de/haus-usb_wde1_{item}-sensor{id}-g.rrd';
10 $outdir = '/tmp/';
11
12 /**
13  * Array of sensor number to sensor title associations
14  */
15 $names = array(
16     0 => 'Schlafzimmer',
17     1 => 'Wohnzimmer',
18     2 => 'Buero',
19     3 => 'Aussen',
20     4 => 'Bad',
21     5 => 'Kinderzimmer',
22     6 => 'Kueche',
23 );
24 ?>