]> git.zerfleddert.de Git - upsgraph/blame - ifmdl-temperature.conf
add example for tr7432
[upsgraph] / ifmdl-temperature.conf
CommitLineData
72d2ded0
MG
1package UPSGRAPH;
2
3$outdir="/var/www/html/temperature/";
4$step=60;
5
6$hosts = [
7 {
8 'address' => "10.133.0.9",
9 'name' => "al13-og",
10 'rrdfile' => "/var/spool/upsgraph/temp.al13-og.rrd",
11
4e114059 12 'fields' => [ 'TD2501', 'Klima' ],
72d2ded0
MG
13
14 'vars' => {
15 'TD2501' => {
4e114059 16 'name' => 'P1-TD2501 - Raumtemperatur Serverraum OG',
c952fc0b 17 'adr' => 'iolinkmaster/port[1]/iolinkdevice/pdin/getdata',
72d2ded0
MG
18 'proto' => 'iotcore',
19 'factor' => 1/10,
c952fc0b 20 'mask' => 0xffff,
72d2ded0 21 },
4e114059
MG
22 'Klima' => {
23 'name' => 'P2-TR7432 - Auslasstemperatur Klimaanlage OG',
24 'adr' => 'iolinkmaster/port[2]/iolinkdevice/pdin/getdata',
25 'proto' => 'iotcore',
26 'factor' => 1/40,
27 'mask' => 0xfffc,
28 },
72d2ded0
MG
29 }
30 },
31];
32
331;
Impressum, Datenschutz