From 12063d9d0d44fcbae02c8dfe86fd4a5c0d5284cb Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Tue, 3 Oct 2023 15:32:39 +0200 Subject: [PATCH] journalwatch config --- modules/journalwatch.nix | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/modules/journalwatch.nix b/modules/journalwatch.nix index 0d5ad35..9b7146d 100644 --- a/modules/journalwatch.nix +++ b/modules/journalwatch.nix @@ -146,6 +146,30 @@ ''; match = "IMAGE_NAME = browserless/chrome"; } + { # yodaNas + filters = '' + \S+ \S+ 0 \[Note\] mariadbd \(initiated by: unknown\): Normal shutdown + \S+ \S+ 0 \[Note\] InnoDB: FTS optimize thread exiting\. + \S+ \S+ 0 \[Note\] InnoDB: Starting shutdown\.\.\. + \S+ \S+ 0 \[Note\] InnoDB: Dumping buffer pool\(s\) to /var/lib/mysql/ib_buffer_pool + \S+ \S+ 0 \[Note\] InnoDB: Buffer pool\(s\) dump completed at \S+ \S+ + \S+ \S+ 0 \[Note\] InnoDB: Removed temporary tablespace data file: "\./ibtmp1" + \S+ \S+ 0 \[Note\] InnoDB: Shutdown completed; log sequence number \S+; transaction id \S+ + \S+ \S+ 0 \[Note\] mariadbd: Shutdown complete + \s* + ''; + match = "IMAGE_NAME = mariadb:latest"; + } + { # yodaNas + filters = '' + \S+ S+ UTC \[[0-9]\] LOG: received fast shutdown request + \S+ S+ UTC \[[0-9]\] LOG: aborting any active transactions + \S+ S+ UTC \[[0-9]\] FATAL: terminating connection due to administrator command + \S+ S+ UTC \[[0-9]\] LOG: shutting down + \S+ S+ UTC \[[0-9]\] LOG: database system is shut down + ''; + match = "IMAGE_NAME = postgres:11-alpine"; + } { # yodaNas filters = '' \S+ [0-9]+ \[Warning\] \[MY-013360\] \[Server\] Plugin mysql_native_password reported: '''mysql_native_password' is deprecated and will be removed in a future release\. Please use caching_sha2_password instead'