Changeset 05d3bab
- Timestamp:
- 09/28/2017 02:34:57 PM (7 years ago)
- Branches:
- master
- Children:
- aff95c1
- Parents:
- 44fb3a7
- Location:
- de.wigbels.ruby/hothotread
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
de.wigbels.ruby/hothotread/draw_graphs.sh
r44fb3a7 r05d3bab 8 8 rrdtool graph web/gas_1month.png -s 'now - 1 month' -e 'now' DEF:consum=gasneu.rrd:consum:AVERAGE CDEF:conpd=consum,3600,*,24,* LINE2:conpd#c17d11:m³/h 9 9 rrdtool graph web/gas_1year.png -s 'now - 1 year' -e 'now' DEF:consum=gasneu.rrd:consum:AVERAGE CDEF:conpm=consum,3600,*,24,*,30,* LINE2:conpm#c17d11:m³/h 10 rrdtool graph web/gas_2year.png -s 'now - 2 year' -e 'now' DEF:consum=gasneu.rrd:consum:AVERAGE CDEF:conpm=consum,3600,*,24,*,30,* LINE2:conpm#c17d11:m³/h 10 11 11 12 rrdtool graph web/gascounter_1week.png -s 'now -1 week' -e 'now' -X 0 -Y -A DEF:counter=gasneu.rrd:counter:LAST LINE2:counter#000000:"ZÀhlerstand [m³]" -
de.wigbels.ruby/hothotread/web/index.html
r44fb3a7 r05d3bab 14 14 <img src="gas_1month.png"> 15 15 <img src="gas_1year.png"> 16 <img src="gas_2year.png"> 16 17 <img src="gascounter_1week.png"> 17 18 <img src="gascounter_1month.png ">
Note:
See TracChangeset
for help on using the changeset viewer.