Event manager (eventman) stale

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sunnynani4849
Posts: 31
Joined: Fri Jan 22, 2016 1:04 am

Event manager (eventman) stale

Post by sunnynani4849 »

Hi

Iam getting the issue on the nagios console as Event manager stale. Could you, please help with this issue.
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Event manager (eventman) stale

Post by tgriep »

Can you run the following as root on the Nagios server that is generating the error and post the output here?

Code: Select all

tail -100 /usr/local/nagiosxi/var/eventman.log
The Event Manager is run by a cron job so try restarting the cron daemon and see if that fixes the issue.

Code: Select all

service crond restart
Give the system 15 minutes to run and see if this fixes it for you.
Be sure to check out our Knowledgebase for helpful articles and solutions!
sunnynani4849
Posts: 31
Joined: Fri Jan 22, 2016 1:04 am

Re: Event manager (eventman) stale

Post by sunnynani4849 »

Hi tgriep,

Thanks for the update. The issue is resloved.

Due to patching activity php-mbmstring rpm was removed. so we have added the rpm package. Now its working fine :)
bolson

Re: Event manager (eventman) stale

Post by bolson »

May we close this topic?
Locked