journalwatch config

This commit is contained in:
Daniel Langbein 2024-08-31 19:06:12 +02:00
parent 6d3aa59f70
commit 0c44691e3e
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -377,13 +377,12 @@
} }
{ # yodaNas { # yodaNas
filters = '' filters = ''
# \s+\S+ Skipped - Image is already being pulled by \S+
\S+ Skipped - Image is already being pulled by \S+ \s+\S+ Pulling
\S+ Pulling \s+\S+ Pulled
\S+ Pulled \s+Container \S+ Running
Container \S+ Running \s+Container \S+ Waiting
Container \S+ Waiting \s+Container \S+ Healthy
Container \S+ Healthy
''; '';
match = "_SYSTEMD_UNIT = Jinja-Compose.service"; match = "_SYSTEMD_UNIT = Jinja-Compose.service";
} }