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
wrong rrdtool architecture? after upgrade
Re: wrong rrdtool architecture? after upgrade
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.
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
Great! Let us know how it looks in the morning!
Re: wrong rrdtool architecture? after upgrade
Looks good, topic can be closed
You do not have the required permissions to view the files attached to this post.