diff --git a/modules/journalwatch.nix b/modules/journalwatch.nix index 308acf3..8e5d88e 100644 --- a/modules/journalwatch.nix +++ b/modules/journalwatch.nix @@ -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"; }