Skip to content
Snippets Groups Projects
Commit e15de3f9 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: disable logwatch for Rosetta server errors; it spews CRITs all over the...

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
parent c7d3bd1b
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
- name: configure logwatch for Rosetta - name: configure logwatch for Rosetta
ansible.builtin.blockinfile: ansible.builtin.blockinfile:
path: "/etc/check_mk/logwatch.cfg" path: "/etc/check_mk/logwatch.cfg"
state: present state: absent
marker: "# {mark} ANSIBLE MANAGED BLOCK - Rosetta" marker: "# {mark} ANSIBLE MANAGED BLOCK - Rosetta"
block: | block: |
# Globbing patterns are allowed for filenames/paths: # Globbing patterns are allowed for filenames/paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment