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

feat: configure Check_MK logwatch plugin

parent 55cc33f4
No related branches found
No related tags found
No related merge requests found
...@@ -22,12 +22,13 @@ ...@@ -22,12 +22,13 @@
"/operational_shared/logs/{{ ansible_hostname }}*/server.log" "/operational_shared/logs/{{ ansible_hostname }}*/server.log"
# This is clearly not an error, it just got the wrong log level. Ignore it. # This is clearly not an error, it just got the wrong log level. Ignore it.
I failed to retrieve institution level logo, retrieved consortium level logo instead. 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
# Trigger WARN for Warnings. # Trigger WARN for Warnings.
W WARN [ W WARN
# Trigger CRIT for ERRORs and Exceptions # Trigger CRIT for ERRORs and Exceptions
C ERROR [ C ERROR
C Exception C Exception
C java.lang.NullPointerException
"/operational_shared/logs/{{ ansible_hostname }}*/gc.log" "/operational_shared/logs/{{ ansible_hostname }}*/gc.log"
C GC (Allocation Failure) C GC (Allocation Failure)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment