journalwatch config

This commit is contained in:
Daniel Langbein 2024-09-24 22:17:46 +02:00
parent 9ff4d85c55
commit 17b21b0e74
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -147,12 +147,6 @@
'';
match = "IMAGE_NAME = /nginx:\\S+/";
}
{ # yodaNas
filters = ''
127\.0\.0\.1 - - \[\S+ \+0200\] "GET /health HTTP/1\.1" 200 1741 "-" "Firefly III Health Checker/[0-9\.]+"
'';
match = "IMAGE_NAME = fireflyiii/data-importer:latest";
}
{ # yodaNas
# TODO: logged IP is not the public one, but always 172.24.0.6.
filters = ''
@ -460,6 +454,8 @@
wait-for-it\.sh: \S+:3306 is available after [0-9]+ seconds
#
\[\S+ \S+ \S+ \S+ \S+\] \[mpm_prefork:notice\] \[pid 1\] AH[0-9]+: caught SIGWINCH, shutting down gracefully
#
127\.0\.0\.1 - - \[\S+ \S+\] "GET /health HTTP/1\.1" 200 [0-9]+ "-" "(User-Agent: )?Firefly III Health Checker/\S+"
'';
match = "IMAGE_NAME = fireflyiii/core:latest";
}
@ -470,6 +466,8 @@
\[\S+ \S+ \S+ \S+ \S+\] \[core:notice\] \[pid 1(:tid 1)?\] AH[0-9]+: Command line: 'apache2 -D FOREGROUND'
#
\[\S+ \S+ \S+ \S+ \S+\] \[mpm_prefork:notice\] \[pid 1(:tid 1)?\] AH[0-9]+: caught SIGWINCH, shutting down gracefully
#
127\.0\.0\.1 - - \[\S+ \S+\] "GET /health HTTP/1\.1" 200 [0-9]+ "-" "(User-Agent: )?Firefly III Health Checker/\S+"
'';
match = "IMAGE_NAME = fireflyiii/data-importer:latest";
}