This RRD was created on another architecture Error

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: This RRD was created on another architecture Error

Post 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 {} \;
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked