From fb6a471c3261525c577ec24e291d20236b7121cc Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 22 Feb 2024 15:11:02 +0100 Subject: [PATCH] journalwatch config --- modules/journalwatch.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/journalwatch.nix b/modules/journalwatch.nix index 21d4a2e..a4ee9e5 100644 --- a/modules/journalwatch.nix +++ b/modules/journalwatch.nix @@ -102,7 +102,7 @@ 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 # 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]+\] LOG:\s+shutting 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:.+/"; }