summaryrefslogtreecommitdiffstats
path: root/health/health.d/beanstalkd.conf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:44 +0000
commit836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch)
tree1604da8f482d02effa033c94a84be42bc0c848c3 /health/health.d/beanstalkd.conf
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz
netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'health/health.d/beanstalkd.conf')
-rw-r--r--health/health.d/beanstalkd.conf41
1 files changed, 0 insertions, 41 deletions
diff --git a/health/health.d/beanstalkd.conf b/health/health.d/beanstalkd.conf
deleted file mode 100644
index 0d37f28e0..000000000
--- a/health/health.d/beanstalkd.conf
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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. \
- 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