diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-10-18 23:54:14 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-10-18 23:54:14 +0300 |
| commit | fea0aff43b6c7cc14ba848f97afb17999ff65c17 (patch) | |
| tree | e9d570cb8f7bf31d179ec70dcc2f2c578ff888ab /templates/usr_local_etc_pylogsentinel.conf.j2 | |
| parent | 468c528ccf05ec448328882e0ee7d69683666309 (diff) | |
Add goaccess to ingress
Diffstat (limited to 'templates/usr_local_etc_pylogsentinel.conf.j2')
| -rw-r--r-- | templates/usr_local_etc_pylogsentinel.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/usr_local_etc_pylogsentinel.conf.j2 b/templates/usr_local_etc_pylogsentinel.conf.j2 index 74721ef..5892a98 100644 --- a/templates/usr_local_etc_pylogsentinel.conf.j2 +++ b/templates/usr_local_etc_pylogsentinel.conf.j2 @@ -6,7 +6,7 @@ max_block_size = 10M cmd = find / -type f -path '*/var/log/*' ! -name 'access.log' ! -name '*.bz2' [logs.access] -cmd = find / -type f -name 'access.log' +paths = /usr/local/jails/containers/ingress/var/log/nginx/access.log [action.default] cmd = echo -e "---------\nMatched $RULE_ID in $FILE at line $LINE, context:\n\n$CONTEXT\n" >> /tmp/pylogsentinel.daily |
