Nagios process not running on server ...

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Nagios process not running on server ...

Post by tgriep »

Try and restart the gearmand service and worker service.

Code: Select all

service mod_gearman_worker stop
service gearmand restart
service mod_gearman_worker start
Then check to see if the gearman worker connected to the server by checking the log file.
If it did connect, re-enable the gearman broker in the nagios.cfg file and restart nagios.

Code: Select all

service nagios restart
See if the nagios process stays running.
Be sure to check out our Knowledgebase for helpful articles and solutions!
jyoti22
Posts: 254
Joined: Mon Mar 23, 2015 4:50 am

Re: Nagios process not running on server ...

Post by jyoti22 »

Thanks a lot Tgriep.
I restarted mod_gearman_worker and then restarted nagios. It works!!! nagios stays running.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Nagios process not running on server ...

Post by tgriep »

Glad to hear that. I'll lock up this post then.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked