Skip to content
Snippets Groups Projects
Commit 4a458501 authored by jurgenhaas's avatar jurgenhaas
Browse files

#33 Make web_log_1m_unmatched silent

parent d48c2eea
No related branches found
No related tags found
No related merge requests found
......@@ -11,3 +11,15 @@ families: *
delay: up 2m down 15m multiplier 1.5 max 1h
info: the ratio of successful HTTP responses (1xx, 2xx, 304, 401) over the last minute
to: silent
template: web_log_1m_unmatched
on: web_log.excluded_requests
families: *
lookup: sum -1m unaligned of unmatched
calc: $this * 100 / $web_log_1m_total_requests
units: %
every: 10s
warn: ($web_log_1m_total_requests > 120) ? ($this > 1) : ( 0 )
delay: up 1m down 5m multiplier 1.5 max 1h
info: the ratio of unmatched lines, over the last minute
to: silent
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment