mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
journalwatch config
This commit is contained in:
parent
0d52c2b433
commit
4a1e9cfe97
@ -111,12 +111,6 @@
|
|||||||
'';
|
'';
|
||||||
match = "CONTAINER_NAME = money.p1st.de";
|
match = "CONTAINER_NAME = money.p1st.de";
|
||||||
}
|
}
|
||||||
{ # yodaNas
|
|
||||||
filters = ''
|
|
||||||
127\.0\.0\.1 - - \[\S+ \+0200\] "GET /health HTTP/1\.1" 200 1741 "-" "Firefly III Health Checker/[0-9\.]+"
|
|
||||||
'';
|
|
||||||
match = "CONTAINER_NAME = money-import.p1st.de";
|
|
||||||
}
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# IMAGE_NAME
|
# IMAGE_NAME
|
||||||
@ -153,6 +147,12 @@
|
|||||||
'';
|
'';
|
||||||
match = "IMAGE_NAME = /nginx:\\S+/";
|
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
|
{ # yodaNas
|
||||||
# TODO: logged IP is not the public one, but always 172.24.0.6.
|
# TODO: logged IP is not the public one, but always 172.24.0.6.
|
||||||
filters = ''
|
filters = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user