historical data
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: historical data
Do you have Nagios XI Enterprise edition or a trial running? You must have either of these for capacity planning to function correctly.
Re: historical data
We have nagios xi enterprise edition running on all servers
Re: historical data
Can you go to the Advanced tab, and verify that these checks indeed return perfdata? If they do, you should be able to view the graphs just find in the Capacity Planning. One thing to note though, you must have at least one week of data, before you could use the extrapolation options.The graphs/data is not being displayed in capacity planning for slave servers
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: historical data
We could see results of performance data in advanced tab.but graps are not showing anything.Attached scrrenshhots for reference
You do not have the required permissions to view the files attached to this post.
Re: historical data
Can you post a tail of the following files from the master server? (in code wraps please)
Code: Select all
tail -25 /usr/l,ocal/nagios/var/perfdata.log
tail -25 /usr/l,ocal/nagios/var/npcd.logFormer Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: historical data
please find attached
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: historical data
A couple things off the bat here, first open the following file for editing:
Then find the line containing:
Change this threshold to 25 or higher as your system's load is keeping NPCD from processing perf data. This should take care of the problem, now:
Give nagios about 10-15 minutes to process the data and it should start arriving.
Code: Select all
/usr/local/nagios/etc/pnp/npcd.cfgCode: Select all
load_threshold = 10Code: Select all
service ncpd restartRe: historical data
Made the suggested changes.Now we are getting below error which checking capacity planning for data from slave servers.
could not open RRD file for reading ,bad filename
could not open RRD file for reading ,bad filename
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: historical data
Is this being displayed for all of your performance graphs in both Capacity Planning, and Graph Explorer's Scalable Graphs? If so verify that the RRD's actually exist and what their permissions are?:
This was also a bug in 2.2, you may want to try updating to 2012 r2.3.
Code: Select all
/usr/local/nagios/share/perfdata/<Host Name>/*Re: historical data
hi,
We have upgraded nagios xi to 2012 R2.5 but still we have issues with capacity planning.
I don't see any issues with graph explorer.
I see below kind of entries in /usr/local/nagios/share/perfdata/<Host Name>/*
drwxrwxr-x 2 nagios nagios 4096 Dec 18 14:16 usa7061lx294.epn.uswestgw.xerox.com
Two out of 4 systems are not displaying graphs.Also master server is not showing slave server capacity planning graphs.
Can you let us know how to proceed?
We have upgraded nagios xi to 2012 R2.5 but still we have issues with capacity planning.
I don't see any issues with graph explorer.
I see below kind of entries in /usr/local/nagios/share/perfdata/<Host Name>/*
drwxrwxr-x 2 nagios nagios 4096 Dec 18 14:16 usa7061lx294.epn.uswestgw.xerox.com
Two out of 4 systems are not displaying graphs.Also master server is not showing slave server capacity planning graphs.
Can you let us know how to proceed?