journalwatch config

This commit is contained in:
Daniel Langbein 2024-02-22 15:11:02 +01:00
parent a1fe1a9aa0
commit fb6a471c32
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -102,7 +102,7 @@
filters = '' filters = ''
.* .*
''; '';
match = "CONTAINER_NAME = /(jc-config-btp-proxy-1|nc_web_[^-_\\s]+|nginx_arch\\.p1st\\.de|recipe\\.privacy1st\\.de_nginx)/"; match = "CONTAINER_NAME = /(jc-config-btp-proxy-1|nc_web_[^-_\\s]+|nginx_arch\\.p1st\\.de|recipe\\.privacy1st\\.de_nginx|nginx_privacy1st\\.de)/";
} }
{ # yodaNas { # yodaNas
# TODO: Open issue on GitHub https://github.com/nginx-proxy/nginx-proxy/issues/1256. Maybe set env variable RESOLVERS=1.1.1.1? # TODO: Open issue on GitHub https://github.com/nginx-proxy/nginx-proxy/issues/1256. Maybe set env variable RESOLVERS=1.1.1.1?
@ -245,6 +245,10 @@
\S+ \S+ UTC \[[0-9]+\] FATAL:\s+terminating connection due to administrator command \S+ \S+ UTC \[[0-9]+\] FATAL:\s+terminating connection due to administrator command
\S+ \S+ UTC \[[0-9]+\] LOG:\s+shutting down \S+ \S+ UTC \[[0-9]+\] LOG:\s+shutting down
\S+ \S+ UTC \[[0-9]+\] LOG:\s+database system is shut down \S+ \S+ UTC \[[0-9]+\] LOG:\s+database system is shut down
#
\S+ \S+ UTC \[[0-9]+\] LOG:\s+checkpoint starting: shutdown immediate
\S+ \S+ UTC \[[0-9]+\] LOG:\s+checkpoint complete: .*
# background worker "logical replication launcher" (PID 28) exited with exit code 1 -> See https://postgrespro.com/list/thread-id/2498034
''; '';
match = "IMAGE_NAME = /postgres:.+/"; match = "IMAGE_NAME = /postgres:.+/";
} }