Documentation
- Reference manual is hosted on labs.consol.de.
- Changelog can be viewed on github.
- Benchmarks with Nagios 3, Nagios 4 and Icinga.
FAQ
-
How can i empty a gearman queue
If you misconfigured your NEB module to fill the wrong queue and now get warnings about queues not beeing worked on, you can emtpy the queue with the gearman cli client:
%> gearman -n -h localhost -p 4730 -w -f hostgroup_DMZ
Replace port, host and queue to fit your requirements.
You might have to remove the retention file gearmand.retention too.
-
I have weird issues with workers doing the same check over and over within seconds.
Timing is crucial in an distributed setup. Make sure your worker and naemon host have a working ntp running.