From 46e0c961d20c7c9324df86944bf889b8825d241e Mon Sep 17 00:00:00 2001 From: "srvproxy001.itguys.com.br" Date: Sat, 27 Sep 2025 20:43:03 -0300 Subject: [PATCH] =?UTF-8?q?[Auto-Sync]=20Atualiza=C3=A7=C3=A3o=20das=20con?= =?UTF-8?q?figura=C3=A7=C3=B5es=20em=20srvproxy001.itguys.com.br=20-=20202?= =?UTF-8?q?5-09-27=2020:43:03?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zabbix/zabbix_agent2.d/nginx_custom.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zabbix/zabbix_agent2.d/nginx_custom.conf b/zabbix/zabbix_agent2.d/nginx_custom.conf index 8111e48..351d79d 100644 --- a/zabbix/zabbix_agent2.d/nginx_custom.conf +++ b/zabbix/zabbix_agent2.d/nginx_custom.conf @@ -2,4 +2,5 @@ # Data: 2025-09-27 # Contexto: Listar todos os arquivos de log (.log) no diretório /var/log/nginx/ -UserParameter=nginx.logs.list,sudo /usr/bin/find /var/log/nginx/ -type f -name "*.log" +UserParameter=nginx.access.logs.list,sudo /usr/bin/find /var/log/nginx/ -type f -name "*.access.log" +UserParameter=nginx.error.logs.list,sudo /usr/bin/find /var/log/nginx/ -type f -name "*.erro.log"