Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /netdata/health/health.d/ drwxr-xr-x | |
| Viewing file: Select action/file-type: # 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 > 0
crit: $this > 10
delay: up 0 down 5m multiplier 1.2 max 1h
info: number of buried jobs across all tubes. \
You need to manually kick them so they can be processed. \
Presence of buried jobs in a tube does not affect new jobs.
to: sysadmin
# get the number of buried jobs per queue
#template: beanstalk_tube_buried_jobs
# on: beanstalk.jobs
# calc: $buried
# units: jobs
# every: 10s
# warn: $this > 0
# crit: $this > 10
# delay: up 0 down 5m multiplier 1.2 max 1h
# info: the number of jobs buried per tube
# to: sysadmin
# get the current number of tubes
#template: beanstalk_number_of_tubes
# on: beanstalk.current_tubes
# calc: $tubes
# every: 10s
# warn: $this < 5
# delay: up 0 down 5m multiplier 1.2 max 1h
# info: the current number of tubes on the server
# to: sysadmin
|
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0096 ]-- |