Page 1 of 1

wrong rrdtool architecture? after upgrade

Posted: Wed Apr 02, 2014 1:43 pm
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

Re: wrong rrdtool architecture? after upgrade

Posted: Wed Apr 02, 2014 2:41 pm
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.

Re: wrong rrdtool architecture? after upgrade

Posted: Wed Apr 02, 2014 2:43 pm
by slansing
Great! Let us know how it looks in the morning!

Re: wrong rrdtool architecture? after upgrade

Posted: Thu Apr 03, 2014 7:21 am
by pnewlon
Looks good, topic can be closed