Page 2 of 4
Re: historical data
Posted: Wed Aug 14, 2013 2:34 pm
by slansing
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
Posted: Mon Aug 19, 2013 1:15 pm
by ravish78
We have nagios xi enterprise edition running on all servers
Re: historical data
Posted: Mon Aug 19, 2013 1:59 pm
by lmiltchev
The graphs/data is not being displayed in capacity planning for slave servers
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.
Re: historical data
Posted: Tue Aug 20, 2013 1:32 pm
by ravish78
We could see results of performance data in advanced tab.but graps are not showing anything.Attached scrrenshhots for reference
Re: historical data
Posted: Tue Aug 20, 2013 1:41 pm
by abrist
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.log
Re: historical data
Posted: Tue Aug 27, 2013 2:17 pm
by ravish78
please find attached
Re: historical data
Posted: Tue Aug 27, 2013 2:22 pm
by slansing
A couple things off the bat here, first open the following file for editing:
Code: Select all
/usr/local/nagios/etc/pnp/npcd.cfg
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.
Re: historical data
Posted: Wed Sep 18, 2013 11:06 am
by ravish78
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
Re: historical data
Posted: Wed Sep 18, 2013 12:05 pm
by slansing
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?:
Code: Select all
/usr/local/nagios/share/perfdata/<Host Name>/*
This was also a bug in 2.2, you may want to try updating to 2012 r2.3.
Re: historical data
Posted: Wed Dec 18, 2013 2:28 pm
by ravish78
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?