From e4402f1c9c819b11d6660ce9f4237efd0c7d0530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Fri, 21 Apr 2023 14:06:59 +0200 Subject: [PATCH] feat: ignore additional Rosetta error message --- tasks/rosetta/install_checkmk_plugins_rosetta.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/rosetta/install_checkmk_plugins_rosetta.yml b/tasks/rosetta/install_checkmk_plugins_rosetta.yml index 0c26c9f..a88e020 100644 --- a/tasks/rosetta/install_checkmk_plugins_rosetta.yml +++ b/tasks/rosetta/install_checkmk_plugins_rosetta.yml @@ -24,6 +24,8 @@ I failed to retrieve institution level logo, retrieved consortium level logo instead. # Our documents are all UTF-8 encoded. Ignore that. I Make sure your XML documents are encoded in UTF-8, other encodings are not currently supported + # This error shows up all the time, but it never does anything. Ignore it. + I Unable to find IE # Trigger WARN for Warnings. W WARN # Trigger CRIT for ERRORs and Exceptions -- GitLab