summaryrefslogtreecommitdiff
path: root/examples/RRD/draw_graph_from_rrd
blob: 64cba574f67d92a42dc9423fd57ff4f908f38839 (plain)
1
2
3
4
5
#!/bin/sh

rrdtool graph graph.png -a PNG \
	DEF:temp=cleware_data.rrd:temperature:AVERAGE \
	LINE1:temp#FF0000:"temperatures"