Nagios XI eventman

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
amuszak
Posts: 2
Joined: Tue Apr 16, 2013 7:18 am

Nagios XI eventman

Post by amuszak »

Recently we have a problem with eventman.php (/usr/local/nagiosxi/cron/eventman.php). After analizing /usr/local/nagiosxi/var/eventman.log we discovered a big time LAG (about 3h). So we decided to create sql query on postgres database to check how many events are in queue. Select told us that our queue has reached number over 1400!!!

I have 2 questions :

1) What could be couse of this LAG ?
2) Why there is no safety mechanism that will force to send events when queue has over 1000 events ?
You do not have the required permissions to view the files attached to this post.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Nagios XI eventman

Post by hsmith »

Can we get some information about what your system is up to when this is happening?

Code: Select all

service nagios status
tail /var/log/messages
free -m
top | head -n5
ipcs -q
Also, what version of Nagios XI are you running?
Former Nagios Employee.
me.
Locked