journalwatch config

This commit is contained in:
Daniel Langbein 2024-09-02 17:18:23 +02:00
parent 442123f15f
commit 8fca2a672f
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -379,10 +379,13 @@
filters = '' filters = ''
\s+\S+ Skipped - Image is already being pulled by \S+ \s+\S+ Skipped - Image is already being pulled by \S+
\s+\S+ Pulling \s+\S+ Pulling
\s+\S+ Already exists
\s+\S+ Waiting
\s+\S+ (Downloading|Extracting) \[=*> *\] ([0-9]+\.)?[0-9]+(B|kB|MB|GB)/([0-9]+\.)?[0-9]+(B|kB|MB|GB)
\s+\S+ Verifying Checksum
\s+\S+ Pull complete
\s+\S+ Pulled \s+\S+ Pulled
\s+Container \S+ Running \s+Container \S+ (Recreate|Recreated|Waiting|Starting|Started|Running|Healthy)
\s+Container \S+ Waiting
\s+Container \S+ Healthy
''; '';
match = "_SYSTEMD_UNIT = Jinja-Compose.service"; match = "_SYSTEMD_UNIT = Jinja-Compose.service";
} }