sni / mod_gearman

Distribute Naemon Host/Service Checks & Eventhandler with Gearman Queues. Host/Servicegroups affinity included.
http://www.mod-gearman.org
GNU General Public License v3.0
122 stars 42 forks source link

introducing option "-x" - critical on zero worker #127

Closed riskersen closed 6 years ago

riskersen commented 6 years ago

Setting -W and -C to 0 disables use of thresholds, so it wasn't yet possible to receive an alert if there is no worker available, e.g. Nagios and perfdata queue without active pnp4nagios gearman worker.

option x triggers a critical state if there is no worker for specified queue

sni commented 6 years ago

Looks good, thanks.