historical data

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: historical data

Post 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.
ravish78
Posts: 269
Joined: Wed Mar 14, 2012 9:50 am

Re: historical data

Post by ravish78 »

We have nagios xi enterprise edition running on all servers
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: historical data

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
ravish78
Posts: 269
Joined: Wed Mar 14, 2012 9:50 am

Re: historical data

Post by ravish78 »

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.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: historical data

Post 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
Former 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.
ravish78
Posts: 269
Joined: Wed Mar 14, 2012 9:50 am

Re: historical data

Post by ravish78 »

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

Post 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:

Code: Select all

load_threshold = 10
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:

Code: Select all

service ncpd restart
Give nagios about 10-15 minutes to process the data and it should start arriving.
ravish78
Posts: 269
Joined: Wed Mar 14, 2012 9:50 am

Re: historical data

Post 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
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: historical data

Post 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.
ravish78
Posts: 269
Joined: Wed Mar 14, 2012 9:50 am

Re: historical data

Post 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?
Locked