gearman.conf 393 B

1234567891011121314
  1. template: gearman_workers_queued
  2. on: gearman.single_job
  3. class: Latency
  4. type: Computing
  5. component: Gearman
  6. lookup: average -10m unaligned match-names of Pending
  7. units: workers
  8. every: 10s
  9. warn: $this > 30000
  10. crit: $this > 100000
  11. delay: down 5m multiplier 1.5 max 1h
  12. info: average number of queued jobs over the last 10 minutes
  13. to: sysadmin