journalwatch config

This commit is contained in:
Daniel Langbein 2023-10-03 15:32:39 +02:00
parent 5657653017
commit 12063d9d0d
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -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'