fix: journalwatch config

This commit is contained in:
Daniel Langbein 2023-10-04 11:30:21 +02:00
parent 058733c986
commit c23ebd72a4
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -100,6 +100,7 @@
filters = '' filters = ''
\S+ \S+ \[warn\] [0-9]+#[0-9]+: no resolver defined to resolve r3\.o\.lencr\.org while requesting certificate status, responder: r3\.o\.lencr\.org, certificate: "/etc/nginx/certs/\S+\.crt" \S+ \S+ \[warn\] [0-9]+#[0-9]+: no resolver defined to resolve r3\.o\.lencr\.org while requesting certificate status, responder: r3\.o\.lencr\.org, certificate: "/etc/nginx/certs/\S+\.crt"
\S+ \S+ \[error\] [0-9]+#[0-9]+: OCSP responder sent invalid "Content-Type" header: "text/html" while requesting certificate status, responder: r3\.o\.lencr\.org, peer: \S+, certificate: "/etc/nginx/certs/\S+\.crt" \S+ \S+ \[error\] [0-9]+#[0-9]+: OCSP responder sent invalid "Content-Type" header: "text/html" while requesting certificate status, responder: r3\.o\.lencr\.org, peer: \S+, certificate: "/etc/nginx/certs/\S+\.crt"
\S+ \S+ \[error\] [0-9]+#[0-9]+: \*[0-9]+ connect\(\) failed \(111: Connection refused\) while connecting to upstream, client: \S+, server: \S+, request: "[^"]+", upstream: "[^"]+", host: "[^"]+"
''; '';
match = "CONTAINER_NAME = nginx-proxy"; match = "CONTAINER_NAME = nginx-proxy";
} }
@ -125,8 +126,8 @@
\S+\S+ \[notice\] [0-9]+#[0-9]+: signal 17 \(SIGCHLD\) received from [0-9]+ \S+\S+ \[notice\] [0-9]+#[0-9]+: signal 17 \(SIGCHLD\) received from [0-9]+
\S+\S+ \[notice\] [0-9]+#[0-9]+: worker process [0-9]+ exited with code 0 \S+\S+ \[notice\] [0-9]+#[0-9]+: worker process [0-9]+ exited with code 0
# #
\S+\S+ \[notice\] [0-9]+#[0-9]+: signal 1 \(SIGHUP\) received, reconfiguring
\S+\S+ \[notice\] [0-9]+#[0-9]+: reconfiguring \S+\S+ \[notice\] [0-9]+#[0-9]+: reconfiguring
#
\S+\S+ \[notice\] [0-9]+#[0-9]+: using the "epoll" event method \S+\S+ \[notice\] [0-9]+#[0-9]+: using the "epoll" event method
\S+\S+ \[notice\] [0-9]+#[0-9]+: nginx/\S+ \S+\S+ \[notice\] [0-9]+#[0-9]+: nginx/\S+
\S+\S+ \[notice\] [0-9]+#[0-9]+: built by gcc \S+ \S+ (Alpine \S+) \S+\S+ \[notice\] [0-9]+#[0-9]+: built by gcc \S+ \S+ (Alpine \S+)
@ -134,7 +135,6 @@
\S+\S+ \[notice\] [0-9]+#[0-9]+: getrlimit\(RLIMIT_NOFILE\): [0-9]+:[0-9]+ \S+\S+ \[notice\] [0-9]+#[0-9]+: getrlimit\(RLIMIT_NOFILE\): [0-9]+:[0-9]+
\S+\S+ \[notice\] [0-9]+#[0-9]+: start worker processes \S+\S+ \[notice\] [0-9]+#[0-9]+: start worker processes
\S+\S+ \[notice\] [0-9]+#[0-9]+: start worker process [0-9]+ \S+\S+ \[notice\] [0-9]+#[0-9]+: start worker process [0-9]+
''; '';
match = "IMAGE_NAME = /nginx:\S+/"; match = "IMAGE_NAME = /nginx:\S+/";
} }
@ -148,6 +148,8 @@
[0-9] \[[>-]+\] [0-9] \[[>-]+\] [0-9] \[[>-]+\] [0-9] \[[>-]+\]
[0-9] \[[>-]+\] [0-9] \[[>-]+\]
\[\S+ \S+\] NOTICE: fpm is running, pid [0-9]+ \[\S+ \S+\] NOTICE: fpm is running, pid [0-9]+
\[\S+ \S+\] NOTICE: Finishing \.\.\.
\[\S+ \S+\] NOTICE: exiting, bye-bye!
# #
# 1.1.1.1 - 28/Sep/2023:21:03:39 +0000 "GET /status.php" 200 # 1.1.1.1 - 28/Sep/2023:21:03:39 +0000 "GET /status.php" 200
# 1.1.1.1 - 28/Sep/2023:21:12:16 +0000 "GET /index.php" 200 # 1.1.1.1 - 28/Sep/2023:21:12:16 +0000 "GET /index.php" 200