Page 3 of 3

Re: Nagios process not running on server ...

Posted: Thu Jun 25, 2015 9:58 am
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.

Re: Nagios process not running on server ...

Posted: Fri Jun 26, 2015 2:26 am
by jyoti22
Thanks a lot Tgriep.
I restarted mod_gearman_worker and then restarted nagios. It works!!! nagios stays running.

Re: Nagios process not running on server ...

Posted: Fri Jun 26, 2015 8:55 am
by tgriep
Glad to hear that. I'll lock up this post then.