Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai3
config
Commits
1e6a768a
Commit
1e6a768a
authored
Jun 26, 2020
by
ale
Browse files
Make the TooManyLoginFailures alert less noisy
parent
79fc41fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/ai3-prometheus/templates/rules/alerts_auth.conf.yml
View file @
1e6a768a
...
...
@@ -9,7 +9,7 @@ groups:
#
# Services that are excluded here should be added to NoLogins.
-
alert
:
TooManyLoginFailures
expr
:
service:auth_requests_ok:ratio{exported_service!="smtp"} <
0.2
expr
:
service:auth_requests_ok:ratio{exported_service!="smtp"} < 0.2
and service:auth_requests_ok:delta10m{exported_service!="smtp"} >
5
for
:
10m
labels
:
severity
:
page
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment