From ea8334a9e4d0c69564713b504bc3cc1e64d37442 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de>
Date: Tue, 1 Oct 2024 11:17:46 +0200
Subject: [PATCH] fix: ignore SSH authentication failures if they are caused by
 Greenbone scans

---
 tasks/install_checkmk_plugins.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tasks/install_checkmk_plugins.yml b/tasks/install_checkmk_plugins.yml
index bfc1d4d..37deb02 100644
--- a/tasks/install_checkmk_plugins.yml
+++ b/tasks/install_checkmk_plugins.yml
@@ -70,6 +70,7 @@
       #
       # documentation: https://checkmk.de/cms_legacy_logfiles.html
       /var/log/auth.log
+       I 212.201.58.52
        W authentication failure
        W Failed password
        W Accepted password for
-- 
GitLab