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
404a0b34c2
commit
058733c986
@ -165,6 +165,28 @@
|
|||||||
}
|
}
|
||||||
{ # yodaNas
|
{ # yodaNas
|
||||||
filters = ''
|
filters = ''
|
||||||
|
\S+ \S+ 0 \[Note\] Starting MariaDB \S+ source revision \S+ as process 1
|
||||||
|
\S+ \S+ 0 \[Note\] InnoDB: Compressed tables use zlib \S+
|
||||||
|
\S+ \S+ 0 \[Note\] InnoDB: Number of transaction pools: 1
|
||||||
|
\S+ \S+ 0 \[Note\] InnoDB: Using crc32 \+ pclmulqdq instructions
|
||||||
|
\S+ \S+ 0 \[Note\] InnoDB: Using liburing
|
||||||
|
\S+ \S+ 0 \[Note\] InnoDB: Initializing buffer pool, total size = 1\.000GiB, chunk size = 16\.000MiB
|
||||||
|
\S+ \S+ 0 \[Note\] InnoDB: Completed initialization of buffer pool
|
||||||
|
\S+ \S+ 0 \[Note\] InnoDB: Buffered log writes \(block size=512 bytes\)
|
||||||
|
\S+ \S+ 0 \[Note\] InnoDB: End of log at LSN=\S+
|
||||||
|
\S+ \S+ 0 \[Note\] InnoDB: 128 rollback segments are active.
|
||||||
|
\S+ \S+ 0 \[Note\] InnoDB: Setting file '\./\S+' size to 12\.000MiB\. Physically writing the file full; Please wait \.\.\.
|
||||||
|
\S+ \S+ 0 \[Note\] InnoDB: File '\./\S+' size is now 12\.000MiB\.
|
||||||
|
\S+ \S+ 0 \[Note\] InnoDB: log sequence number \S+; transaction id \S+
|
||||||
|
\S+ \S+ 0 \[Note\] InnoDB: Loading buffer pool\(s\) from /var/lib/mysql/ib_buffer_pool
|
||||||
|
\S+ \S+ 0 \[Note\] InnoDB: Read redo log up to LSN=\S+
|
||||||
|
\S+ \S+ 0 \[Note\] InnoDB: Buffer pool\(s\) load completed at \S+ \S+
|
||||||
|
\S+ \S+ 0 \[Note\] Plugin 'FEEDBACK' is disabled\.
|
||||||
|
\S+ \S+ 0 \[Note\] Server socket created on IP: '0.0.0.0'\.
|
||||||
|
\S+ \S+ 0 \[Note\] Server socket created on IP: '::'\.
|
||||||
|
\S+ \S+ 0 \[Note\] mariadbd: ready for connections\.
|
||||||
|
Version: '\S+' socket: '/run/mysqld/mysqld.sock' port: \S+ mariadb\.org binary distribution
|
||||||
|
#
|
||||||
\S+ \S+ 0 \[Note\] mariadbd \(initiated by: unknown\): Normal shutdown
|
\S+ \S+ 0 \[Note\] mariadbd \(initiated by: unknown\): Normal shutdown
|
||||||
\S+ \S+ 0 \[Note\] InnoDB: FTS optimize thread exiting\.
|
\S+ \S+ 0 \[Note\] InnoDB: FTS optimize thread exiting\.
|
||||||
\S+ \S+ 0 \[Note\] InnoDB: Starting shutdown\.\.\.
|
\S+ \S+ 0 \[Note\] InnoDB: Starting shutdown\.\.\.
|
||||||
@ -175,7 +197,7 @@
|
|||||||
\S+ \S+ 0 \[Note\] mariadbd: Shutdown complete
|
\S+ \S+ 0 \[Note\] mariadbd: Shutdown complete
|
||||||
\s*
|
\s*
|
||||||
'';
|
'';
|
||||||
match = "IMAGE_NAME = mariadb:latest";
|
match = "IMAGE_NAME = /mariadb:.+/";
|
||||||
}
|
}
|
||||||
{ # yodaNas
|
{ # yodaNas
|
||||||
filters = ''
|
filters = ''
|
||||||
@ -195,6 +217,7 @@
|
|||||||
}
|
}
|
||||||
{ # yodaNas
|
{ # yodaNas
|
||||||
filters = ''
|
filters = ''
|
||||||
|
crond: crond \(busybox \S+\) started, log level [0-9]+
|
||||||
crond: USER root pid\s+[0-9]+ cmd wget -qO- http://money\.p1st\.de:8080/api/v1/cron/\S+ > /proc/1/fd/1 2>/proc/1/fd/2
|
crond: USER root pid\s+[0-9]+ cmd wget -qO- http://money\.p1st\.de:8080/api/v1/cron/\S+ > /proc/1/fd/1 2>/proc/1/fd/2
|
||||||
'';
|
'';
|
||||||
match = "IMAGE_NAME = busybox";
|
match = "IMAGE_NAME = busybox";
|
||||||
|
Loading…
Reference in New Issue
Block a user