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
3e3ae532bc
commit
6c37586043
@ -161,9 +161,9 @@
|
||||
Nextcloud or one of the apps require upgrade - only a limited number of commands are available
|
||||
You may use your browser or the occ upgrade command to do the upgrade
|
||||
\[\S+ \S+\] NOTICE: ready to handle connections
|
||||
[0-9]+ \[[>-]+\] [0-9]+ \[[>-]+\]
|
||||
[0-9]+ \[[>-]+\]
|
||||
[0-9]+ \[[>-]+\]\[\S+ \S+\] NOTICE: fpm is running, pid [0-9]+
|
||||
\s+[0-9]+ \[[>-]+\] [0-9]+ \[[>-]+\]
|
||||
\s+[0-9]+ \[[>-]+\]
|
||||
\s+[0-9]+ \[[>-]+\]\[\S+ \S+\] NOTICE: fpm is running, pid [0-9]+
|
||||
\[\S+ \S+\] NOTICE: fpm is running, pid [0-9]+
|
||||
mimetypelist\.js is updated
|
||||
\[\S+ \S+\] NOTICE: Finishing \.\.\.
|
||||
@ -186,6 +186,14 @@
|
||||
'';
|
||||
match = "IMAGE_NAME = /p1st/nextcloud:(25|26|27|stable)-fpm-alpine/";
|
||||
}
|
||||
{ # yodaNas
|
||||
filters = ''
|
||||
\s+[0-9]+ \[[>-]+\] [0-9]+ \[[>-]+\]
|
||||
\s+[0-9]+ \[[>-]+\]
|
||||
\s+[0-9]+ \[[>-]+\]\[\S+ \S+\] NOTICE: fpm is running, pid [0-9]+
|
||||
'';
|
||||
match = "IMAGE_NAME = /nc_app_[^-_\\s]+/";
|
||||
}
|
||||
{ # yodaNas
|
||||
filters = ''
|
||||
\S+ \S+ 0 \[Note\] Starting MariaDB \S+ source revision \S+ as process 1
|
||||
|
Loading…
Reference in New Issue
Block a user