Page 2 of 2

Re: This RRD was created on another architecture Error

Posted: Wed Jun 27, 2018 10:51 am
by scottwilkerson
It might just be the MRTG rrd's you have, I didn't do them....

new commands

Code: Select all

find /var/lib/mrtg -name *.rrd -mtime +10
to delete them

Code: Select all

find /var/lib/mrtg -name *.rrd -mtime +10 -exec rm -rf {} \;