diff options
Diffstat (limited to 'examples/RRD/make_rrd')
-rwxr-xr-x | examples/RRD/make_rrd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/RRD/make_rrd b/examples/RRD/make_rrd new file mode 100755 index 0000000..ef244c3 --- /dev/null +++ b/examples/RRD/make_rrd @@ -0,0 +1,3 @@ +#!/bin/sh + +rrdtool create cleware_data.rrd DS:temperature:GAUGE:300:U:U RRA:AVERAGE:0:1:105192 |