projects
/
upsgraph
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Implement fetching values from IFM IoTcore
[upsgraph]
/
ifmdl-temperature.conf
1
package 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
12
'fields' => [ 'TD2501' ],
13
14
'vars' => {
15
'TD2501' => {
16
'name' => 'TD2501',
17
'url' => 'http://10.133.0.9/iolinkmaster/port[1]/iolinkdevice/pdin/getdata',
18
'proto' => 'iotcore',
19
'factor' => 1/10,
20
},
21
}
22
},
23
];
24
25
1;
Impressum
,
Datenschutz