From 8b69b30b987ca970de40d87cbc5c98d3dbcae6cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 1 Jan 2022 11:59:16 +0100 Subject: [PATCH] prometheus: widen ssh journal logging exception --- prometheus-entrouvert-exporter/prometheus-system-exporter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus-entrouvert-exporter/prometheus-system-exporter.py b/prometheus-entrouvert-exporter/prometheus-system-exporter.py index 9273652..ca82d24 100755 --- a/prometheus-entrouvert-exporter/prometheus-system-exporter.py +++ b/prometheus-entrouvert-exporter/prometheus-system-exporter.py @@ -26,7 +26,7 @@ JOURNALD_IGNORED_ERRORS = { 'Connection lost to LDAP server, reconnecting', ], 'ssh.service': [ - 'maximum authentication attempts exceeded for root', + 'maximum authentication attempts exceeded for ', ], '': [ # match all services (useful for ovpn*) 'Connection reset, restarting [0]',