From e15de3f946aa95e1edc62e3f95a950b55fe0c887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Sat, 27 Jan 2024 11:08:31 +0100 Subject: [PATCH] feat: disable logwatch for Rosetta server errors; it spews CRITs all over the place that we can do exactly nothing about. Also, we get a daily summary of Rosetta errors per mail --- tasks/rosetta/install_checkmk_plugins_rosetta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/rosetta/install_checkmk_plugins_rosetta.yml b/tasks/rosetta/install_checkmk_plugins_rosetta.yml index a88e020..3cff5d9 100644 --- a/tasks/rosetta/install_checkmk_plugins_rosetta.yml +++ b/tasks/rosetta/install_checkmk_plugins_rosetta.yml @@ -15,7 +15,7 @@ - name: configure logwatch for Rosetta ansible.builtin.blockinfile: path: "/etc/check_mk/logwatch.cfg" - state: present + state: absent marker: "# {mark} ANSIBLE MANAGED BLOCK - Rosetta" block: | # Globbing patterns are allowed for filenames/paths: -- GitLab