wrong rrdtool architecture? after upgrade

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
pnewlon
Posts: 86
Joined: Mon May 16, 2011 2:19 pm

wrong rrdtool architecture? after upgrade

Post by pnewlon »

Now that I have host / service checks working, I am not getting performance graphs. Following the instructions at Performance_Graphs_Are_Missing_Or_Not_Displayed, I ran into this:

./check_rrdtraf -f '/usr/local/nagios/share/perfdata/00851_IB02-MP/logicalDiskFreeSpace.rrd' -w 1 -c 2
ERROR: This RRD was created on another architecture
OK - Current BW in: 0bps Out: 0bps|in=0b/s;1;2 out=0b/s;1;2
pnewlon
Posts: 86
Joined: Mon May 16, 2011 2:19 pm

Re: wrong rrdtool architecture? after upgrade

Post by pnewlon »

service nagios stop
killall -9 nagios
cd /usr/local/nagios/share/perfdata
find . -name "*.rrd" -exec rm -f {} \;
find . -name "*.xml" -exec rm -f {} \;
find . -name "*.txt" -exec rm -f {} \; (I had some old extracts as text files sitting around, ditched them.)
service nagios start

I have graphs now! I'll let the system run overnight and see how things look in the morning.
You do not have the required permissions to view the files attached to this post.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: wrong rrdtool architecture? after upgrade

Post by slansing »

Great! Let us know how it looks in the morning!
pnewlon
Posts: 86
Joined: Mon May 16, 2011 2:19 pm

Re: wrong rrdtool architecture? after upgrade

Post by pnewlon »

Looks good, topic can be closed
You do not have the required permissions to view the files attached to this post.
Locked