Performance Graph Problems

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
biswajit.banerjee
Posts: 152
Joined: Fri Dec 08, 2017 10:24 pm

Performance Graph Problems

Post by biswajit.banerjee »

Nagios-XI Performance graphs of any service is not showing.

System profile & screenshot attached.
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Performance Graph Problems

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
biswajit.banerjee
Posts: 152
Joined: Fri Dec 08, 2017 10:24 pm

Re: Performance Graph Problems

Post 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
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Performance Graph Problems

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked