release 0.1

This commit is contained in:
telegnom
2015-03-22 19:31:59 +01:00
parent 1524274303
commit ff86390bfe
9 changed files with 93 additions and 75 deletions

7
server/create_rrd Normal file
View File

@ -0,0 +1,7 @@
rrdtool create power2.rrd \
--step '5' \
'DS:power:GAUGE:90:U:U' \
'RRA:AVERAGE:0.5:1:720' \
'RRA:AVERAGE:0.5:6:1440' \
'RRA:AVERAGE:0.5:6:2880' \
'RRA:AVERAGE:0.5:12:10080'