monitoring

This commit is contained in:
41666 2024-02-11 02:25:49 -05:00
parent 9c3fb4db07
commit 60da98d29b

View file

@ -10,8 +10,7 @@ in {
group = config.services.nginx.group;
settings = {
namespaces = [{
inherit format;
format = ''$remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent" "$http_x_forwarded_for"'';
name = "nginx";
source.files = ["/var/log/nginx/access.log"];
}];