Page 2 of 2
Re: Post XI5 Upgrade Performance Charts Stopped Working
Posted: Wed Oct 14, 2015 10:22 am
by chriscamm
I have reinstalled again using the script to make sure nothing has been corrupted in the upgrade.
It did remove the following:
rrdtool-perl
perl-RRD-Simple
I have not added these modules back as of yet so lets see in 15 mins if this corrects the issues.
Chris
Re: Post XI5 Upgrade Performance Charts Stopped Working
Posted: Wed Oct 14, 2015 11:21 am
by chriscamm
Still no graphs
This is interesting though
Code: Select all
ls -lah CPU*
-rwxrwxr-x 1 nagios nagios 1.5M Oct 8 18:55 CPU_Stats.rrd
-rwxrwxr-x 1 nagios nagios 3.1K Oct 14 16:38 CPU_Stats.xml
If I delete the CPU_Stats.rrd file it get recreated
Code: Select all
ls -latch CPU*
-rw-rw-r-- 1 nagios nagios 3.1K Oct 14 16:59 CPU_Stats.xml
-rw-rw-r-- 1 nagios nagios 1.5M Oct 14 16:44 CPU_Stats.rrd
-rwxr-xr-x 1 root root 1.5M Oct 14 16:43 CPU_stats_old.rrd
Looking at the permissions though they are now different and although the rrd file is recreated it does not update at the next run of the service and the time stamp does not change.
Re: Post XI5 Upgrade Performance Charts Stopped Working
Posted: Wed Oct 14, 2015 11:44 am
by chriscamm
reinstalling the rrdtool looks to have resolved this issue.
Thanks
Chris
Re: Post XI5 Upgrade Performance Charts Stopped Working
Posted: Wed Oct 14, 2015 11:53 am
by rkennedy
Good to see reinstalling rrdtool worked for you. I will now close this out as it's resolved.