summaryrefslogtreecommitdiffstats
path: root/conf.d/health.d
diff options
context:
space:
mode:
authorEd Wade <ed@ecow.co.uk>2017-11-07 19:59:42 +0000
committerGitHub <noreply@github.com>2017-11-07 19:59:42 +0000
commit26068d55daa1d01c3c95771bcea07c14c1070c60 (patch)
tree335e8f86ef3ebdb5b7d8b4d4d4e8edca4d7d5b6f /conf.d/health.d
parentf4c67c57cfd32e3b11a13a57c485a9575b0d574c (diff)
Amend delay timeouts
Diffstat (limited to 'conf.d/health.d')
-rw-r--r--conf.d/health.d/beanstalkd.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf.d/health.d/beanstalkd.conf b/conf.d/health.d/beanstalkd.conf
index 308fbb6382..30dc27328e 100644
--- a/conf.d/health.d/beanstalkd.conf
+++ b/conf.d/health.d/beanstalkd.conf
@@ -7,7 +7,7 @@ template: server_buried_jobs
every: 10s
warn: $this > 0
crit: $this > 10
- delay: up 30s down 30s multiplier x2 max 5m
+ delay: up 0 down 5m multiplier 1.2 max 1h
info: the number of buried jobs aggregated across all tubes
to: sysadmin
@@ -20,7 +20,7 @@ template: server_buried_jobs
# every: 10s
# warn: $this > 0
# crit: $this > 10
-# delay: up 30s down 30s multiplier x2 max 5m
+# delay: up 0 down 5m multiplier 1.2 max 1h
# info: the number of jobs buried per tube
# to: sysadmin
@@ -31,6 +31,6 @@ template: server_buried_jobs
# calc: $tubes
# every: 10s
# warn: $this < 5
-# delay: up 30s down 30s multiplier x2 max 5m
+# delay: up 0 down 5m multiplier 1.2 max 1h
# info: the current number of tubes on the server
# to: sysadmin