For infinite loops in sh, I prefer the following:
while :
do
rrdtool ...
sleep 300
done
_______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
For infinite loops in sh, I prefer the following:
while :
do
rrdtool ...
sleep 300
done
_______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users