Re: EventHandler on Distribute Nagios XI - GEARMAN
Posted: Mon Sep 28, 2015 3:07 pm
I just found this on the Mod Gearman web site.
The only downside is that there doesn't seem to be a way to push an eventhandler to a certain worker so adding eventhander may not work as you want.
So it looks like that the worker has have the --events added to the command line on the worker for it to see the eventhandler queue.eventhandler
This is the generic queue for all eventhandler. Make sure you have a worker for this queue if you have eventhandler enabled. Start the worker with --events to work on this queue
The only downside is that there doesn't seem to be a way to push an eventhandler to a certain worker so adding eventhander may not work as you want.