Re: Nagios process not running on server ...
Posted: Thu Jun 25, 2015 9:58 am
Try and restart the gearmand service and worker service.
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.
See if the nagios process stays running.
Code: Select all
service mod_gearman_worker stop
service gearmand restart
service mod_gearman_worker startIf it did connect, re-enable the gearman broker in the nagios.cfg file and restart nagios.
Code: Select all
service nagios restart