summaryrefslogtreecommitdiffstats
path: root/conf.d/health.d
diff options
context:
space:
mode:
authorEd Wade <ed@ecow.co.uk>2017-11-07 15:38:18 +0000
committerGitHub <noreply@github.com>2017-11-07 15:38:18 +0000
commitca5f4a926d84332686ad5c63fe06be0f3ab813bb (patch)
treedf9b41616581496ee9e29914df1d65cebda88ccb /conf.d/health.d
parentd1808d79cd238e2f8d97c41e12e4969a8717627a (diff)
Rename alarms for clarity
Rename alarms to specify whether they relate to the server or individual tubes
Diffstat (limited to 'conf.d/health.d')
-rw-r--r--conf.d/health.d/beanstalkd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.d/health.d/beanstalkd.conf b/conf.d/health.d/beanstalkd.conf
index f3eb74bd77..308fbb6382 100644
--- a/conf.d/health.d/beanstalkd.conf
+++ b/conf.d/health.d/beanstalkd.conf
@@ -1,6 +1,6 @@
# get the number of buried jobs in all queues
-template: buried_jobs
+template: server_buried_jobs
on: beanstalk.current_jobs
calc: $buried
units: jobs
@@ -13,7 +13,7 @@ template: buried_jobs
# get the number of buried jobs per queue
-#template: buried_jobs_per_tube
+#template: tube_buried_jobs
# on: beanstalk.jobs
# calc: $buried
# units: jobs