summaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-02-24 21:18:04 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-02-24 21:18:04 +0200
commitb8594908ce6970e8f42a5b3de5d02c7873bbc05d (patch)
treeb29a1196976dca9f2b80c6052f94d9590cd1ce94 /conf.d
parent07fa57ac884f0581e4f4759bf75bff05d867ce4e (diff)
set up-delay on web alarms; fixes #1832
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/health.d/web_log.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf.d/health.d/web_log.conf b/conf.d/health.d/web_log.conf
index fdcdeaa16e..c668959f51 100644
--- a/conf.d/health.d/web_log.conf
+++ b/conf.d/health.d/web_log.conf
@@ -42,7 +42,7 @@ families: *
every: 10s
warn: ($1m_requests > 120) ? ($this < (($status >= $WARNING ) ? ( 95 ) : ( 85 )) ) : ( 0 )
crit: ($1m_requests > 120) ? ($this < (($status == $CRITICAL) ? ( 85 ) : ( 75 )) ) : ( 0 )
- delay: down 15m multiplier 1.5 max 1h
+ delay: up 2m down 15m multiplier 1.5 max 1h
info: the ratio of successful HTTP responses (1xx, 2xx, 304) over the last minute
to: webmaster
@@ -55,7 +55,7 @@ families: *
every: 10s
warn: ($1m_requests > 120) ? ($this > (($status >= $WARNING ) ? ( 1 ) : ( 20 )) ) : ( 0 )
crit: ($1m_requests > 120) ? ($this > (($status == $CRITICAL) ? ( 20 ) : ( 30 )) ) : ( 0 )
- delay: down 15m multiplier 1.5 max 1h
+ delay: up 2m down 15m multiplier 1.5 max 1h
info: the ratio of HTTP redirects (3xx except 304) over the last minute
to: webmaster
@@ -68,7 +68,7 @@ families: *
every: 10s
warn: ($1m_requests > 120) ? ($this > (($status >= $WARNING) ? ( 10 ) : ( 30 )) ) : ( 0 )
crit: ($1m_requests > 120) ? ($this > (($status == $CRITICAL) ? ( 30 ) : ( 50 )) ) : ( 0 )
- delay: down 15m multiplier 1.5 max 1h
+ delay: up 2m down 15m multiplier 1.5 max 1h
info: the ratio of HTTP bad requests (4xx) over the last minute
to: webmaster
@@ -81,7 +81,7 @@ families: *
every: 10s
warn: ($1m_requests > 120) ? ($this > (($status >= $WARNING) ? ( 1 ) : ( 2 )) ) : ( 0 )
crit: ($1m_requests > 120) ? ($this > (($status == $CRITICAL) ? ( 2 ) : ( 5 )) ) : ( 0 )
- delay: down 15m multiplier 1.5 max 1h
+ delay: up 2m down 15m multiplier 1.5 max 1h
info: the ratio of HTTP internal server errors (5xx), over the last minute
to: webmaster