summaryrefslogtreecommitdiffstats
path: root/conf.d/health.d
diff options
context:
space:
mode:
authorEd Wade <ed@ecow.co.uk>2017-11-07 15:32:21 +0000
committerGitHub <noreply@github.com>2017-11-07 15:32:21 +0000
commitc46c0ad52f6aa7e062df79a97e08eabfbf4eaf4a (patch)
tree4bf7c92063d5dae609a49e7545fab60ffe7c9f5b /conf.d/health.d
parent71ba46363d7848b6bf70c20575954d13f9d39f02 (diff)
Add delay timer to alarms
Diffstat (limited to 'conf.d/health.d')
-rw-r--r--conf.d/health.d/beanstalkd.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.d/health.d/beanstalkd.conf b/conf.d/health.d/beanstalkd.conf
index 420dbaaa5e..f3eb74bd77 100644
--- a/conf.d/health.d/beanstalkd.conf
+++ b/conf.d/health.d/beanstalkd.conf
@@ -7,6 +7,7 @@ template: buried_jobs
every: 10s
warn: $this > 0
crit: $this > 10
+ delay: up 30s down 30s multiplier x2 max 5m
info: the number of buried jobs aggregated across all tubes
to: sysadmin
@@ -19,6 +20,7 @@ template: buried_jobs
# every: 10s
# warn: $this > 0
# crit: $this > 10
+# delay: up 30s down 30s multiplier x2 max 5m
# info: the number of jobs buried per tube
# to: sysadmin
@@ -29,5 +31,6 @@ template: buried_jobs
# calc: $tubes
# every: 10s
# warn: $this < 5
+# delay: up 30s down 30s multiplier x2 max 5m
# info: the current number of tubes on the server
# to: sysadmin