Page 1 of 1

Performance Graph Problems

Posted: Thu Feb 28, 2019 11:30 am
by biswajit.banerjee
Nagios-XI Performance graphs of any service is not showing.

System profile & screenshot attached.

Re: Performance Graph Problems

Posted: Thu Feb 28, 2019 1:25 pm
by tgriep
Can you go to a few of those services and open up the Advanced Tap, do they show any performance data in the menu?

I do see some messages that the RRDs perl module is not installed, run this to install it on the server.

Code: Select all

yum -y install rrdtool-perl
After installing that package, let the system run for 10 minutes and see if the graphs show up and have a few points of data.

Re: Performance Graph Problems

Posted: Fri Mar 01, 2019 12:19 am
by biswajit.banerjee
Hi
rrdtool-perl is already installed .
We have checked , Performance Data is also coming .
But while accessing the performance graph it shows
"No performance graphs were found for this service. If you have just started monitoring this object then it may take up to 15 minutes for the performance graphs to appear."

We are stuck , Please help

Re: Performance Graph Problems

Posted: Fri Mar 01, 2019 11:47 am
by tgriep
The errors that I found in the log files show that it cannot find the RRDs perl module so try reinstalling that package to see if it puts back the missing module and then the graphs will start to populate.