blob: 51b280491e89f2b21df524acacaf1ce2faf5e779 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# get the number of buried jobs in all queues
template: beanstalk_server_buried_jobs
on: beanstalk.current_jobs
class: Workload
type: Messaging
component: Beanstalk
calc: $buried
units: jobs
every: 10s
warn: $this > 3
delay: up 0 down 5m multiplier 1.2 max 1h
summary: Beanstalk buried jobs
info: Number of buried jobs across all tubes.
to: silent
|