prometheus: do not consider ssh rate limiting errors (#60171)

This commit is contained in:
Frédéric Péters 2021-12-31 09:18:13 +01:00
parent afa2240066
commit 05feba2e42
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ JOURNALD_IGNORED_ERRORS = {
'dovecot.service': [
'Connection lost to LDAP server, reconnecting',
],
'ssh.service': [
'maximum authentication attempts exceeded for root',
],
'': [ # match all services (useful for ovpn*)
'Connection reset, restarting [0]',
],