mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-22 22:09:34 +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
|
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
|
You may use your browser or the occ upgrade command to do the upgrade
|
||||||
\[\S+ \S+\] NOTICE: ready to handle connections
|
\[\S+ \S+\] NOTICE: ready to handle connections
|
||||||
[0-9]+ \[[>-]+\] [0-9]+ \[[>-]+\]
|
\s+[0-9]+ \[[>-]+\] [0-9]+ \[[>-]+\]
|
||||||
[0-9]+ \[[>-]+\]
|
\s+[0-9]+ \[[>-]+\]
|
||||||
[0-9]+ \[[>-]+\]\[\S+ \S+\] NOTICE: fpm is running, pid [0-9]+
|
\s+[0-9]+ \[[>-]+\]\[\S+ \S+\] NOTICE: fpm is running, pid [0-9]+
|
||||||
\[\S+ \S+\] NOTICE: fpm is running, pid [0-9]+
|
\[\S+ \S+\] NOTICE: fpm is running, pid [0-9]+
|
||||||
mimetypelist\.js is updated
|
mimetypelist\.js is updated
|
||||||
\[\S+ \S+\] NOTICE: Finishing \.\.\.
|
\[\S+ \S+\] NOTICE: Finishing \.\.\.
|
||||||
@ -186,6 +186,14 @@
|
|||||||
'';
|
'';
|
||||||
match = "IMAGE_NAME = /p1st/nextcloud:(25|26|27|stable)-fpm-alpine/";
|
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
|
{ # yodaNas
|
||||||
filters = ''
|
filters = ''
|
||||||
\S+ \S+ 0 \[Note\] Starting MariaDB \S+ source revision \S+ as process 1
|
\S+ \S+ 0 \[Note\] Starting MariaDB \S+ source revision \S+ as process 1
|
||||||
|
Loading…
Reference in New Issue
Block a user