checkresults not being reaped

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
kotterbein
Posts: 87
Joined: Fri Aug 10, 2012 8:15 am

checkresults not being reaped

Post by kotterbein »

I am having some issues where it seems the check results coming in are not being reaped. RHEL 5 server.

It looks like it is dealing with the active checks (host status is up) but we have remote NRDS checks coming in that are not updating. checkresults file is growing exponentially.

The last good check date coencides with adding MIB files to deal with incoming SNMP traps.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: checkresults not being reaped

Post by abrist »

Have you checked "unconfigured objects" in XI? Have you added the hosts/service checks?
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.
kotterbein
Posts: 87
Joined: Fri Aug 10, 2012 8:15 am

Re: checkresults not being reaped

Post by kotterbein »

yes- it is configured to accept the objects...
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: checkresults not being reaped

Post by slansing »

What is the current load on the system?:

Code: Select all

TOP
Please run and return the following:

Code: Select all

service ndo2db status

service  nagios status

service crond status
And:

Code: Select all

ps -ef|grep perfdataproc

ll /usr/local/nagios/var/spool/xidpe

ll /usr/local/nagios/var/spool/perfdata/
Locked