Yes, it happens all the timeslansing wrote:Hmm, okay so this is happening 24/7 correct? This error with processing the check results, and also the large latency between the received result, and it actually being displayed in the cgi's.
Are you noticing a large influx of files in:Code: Select all
/var/spool/checkresults
That folder (in my case /usr/local/nagios/var/spool/checkresults has 35 files with strange names, but all (except two) have a size of zero.
The only two folders on my filesystem named tmp are /tmp and /var/tmp and they are both empty...slansing wrote: Or piling up in:Code: Select all
/tmp
Anyway, I've been doing some further analysis to log files and I've found out entries on syslog like:
Code: Select all
Feb 20 20:39:23 SRVCARTMSCORE01 ndo2db: Message sent to queue.
Feb 20 20:39:23 SRVCARTMSCORE01 ndo2db: Warning: queue send error, retrying...
1 - http://www.monitoring-portal.org/wbb/in ... adID=25673,
2 - http://support.nagios.com/forum/viewtop ... 43&p=84026 and
3 - http://support.nagios.com/wiki/index.ph ... 3.x_Issues
Rhey suggest that ndomod might unable Nagios' to do its work.
while 1st post just suggests downgrading NDOUtils,
Posts 1 and 2 suggest it has something to do with settings on /etc/sysctl.conf, but I'm not comfortable enough to do those changes without understanding them