mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
journalwatch config
This commit is contained in:
parent
a1fe1a9aa0
commit
fb6a471c32
@ -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:.+/";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user