phobos:/opt/observium# for i in `find . -name *.rrd`; do
ssh sphere rrdtool dump /opt/observium/$i > /tmp/$(basename $i)
rm $i
rrdtool restore /tmp/$(basename $i) $i
rm /tmp/$(basename $i)
done
What is the procedure for moving observium to a new box? I know I’ve seen snippets of this in email before, but I am unable to track down a procedure.
Also, are there any issues that would occur moving from Debian (currently wheezy) to Ubunut 16?
Thanks,
derek
_______________________________________________
observium mailing list
observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/ observium