mguthrie wrote:You did the setup correctly, but there's something wrong with performance data processing if those files are that big.
Are your performance graphs up to date?
Are you getting timeout or CPU load errors in /usr/local/nagios/var/perfdata.log or npcd.log?
When I check the host graphs, they don't actually come up. When I click on a specific host graph, I see the following:
You are not authorized to access this feature. Contact your Nagios XI administrator for more information, or to obtain access to this feature.
I am logged in as the system admin as well.
The last entry in perfdata.log is from about a month ago.
Code: Select all
2013-01-22 17:53:05 [7117] [0] *** Timeout while processing Host: "example host" Service: "_HOST_"
2013-01-22 17:53:05 [7117] [0] *** process_perfdata.pl terminated on signal ALRM
2013-01-25 16:23:00 [8392] [0] *** TIMEOUT: Timeout after 5 secs. ***
2013-01-25 16:23:00 [8392] [0] *** TIMEOUT: Deleting current file to avoid NPCD loops
2013-01-25 16:23:00 [8392] [0] *** TIMEOUT: Please check your npcd.cfg
2013-01-25 16:23:00 [8392] [0] *** TIMEOUT: /usr/local/nagios/var/spool/perfdata//host-perfdata.1358703239-PID-8392 deleted
However, npcd.log is much more recent, with the following:
Code: Select all
[02-26-2013 09:43:49] NPCD: npcd Daemon (0.4.14) started with PID=3382
[02-26-2013 09:43:49] NPCD: Please have a look at 'npcd -V' to get license information
[02-26-2013 09:43:49] NPCD: HINT: load_threshold is enabled - ('10.000000')
[02-26-2013 10:06:49] NPCD: WARN: MAX load reached: load 10.050000/10.000000 at i=0
I'm lost as to where to check next, other than to increase the max load limit? What would be causing me to reach that max load in the first place?