Re: This RRD was created on another architecture Error
Posted: Wed Jun 27, 2018 10:51 am
It might just be the MRTG rrd's you have, I didn't do them....
new commands
to delete them
new commands
Code: Select all
find /var/lib/mrtg -name *.rrd -mtime +10Code: Select all
find /var/lib/mrtg -name *.rrd -mtime +10 -exec rm -rf {} \;