Nagios-XI Performance graphs of any service is not showing.
System profile & screenshot attached.
Performance Graph Problems
-
biswajit.banerjee
- Posts: 152
- Joined: Fri Dec 08, 2017 10:24 pm
Performance Graph Problems
You do not have the required permissions to view the files attached to this post.
Re: Performance Graph Problems
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.
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.
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-perlBe 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
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
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
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!