Hi,
I try to do the following:
set cmd "rrdtool create c://rrdtool//Gas1.rrd --start 1360279400 --step 600 DS:AGas:GAUGE:900:U:U DS:DGas:GAUGE:900:U:U RRA:MAX:0.5:1:1008"
exec $cmd
this work's OK, the DB is created!
but within a procedure:
proc db_create {} {
set cmd "rrdtool create...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.