Sarg não funciona

13. Re: Sarg não funciona

mateus schott
mschott

(usa Debian)

Enviado em 01/02/2012 - 08:16h

alterei os campos mas o arquivo /etc/logrotate.d/squid3 não existe.


  


14. logrotate

André Canhadas
andrecanhadas

(usa Debian)

Enviado em 01/02/2012 - 10:22h

mschott escreveu:

alterei os campos mas o arquivo /etc/logrotate.d/squid3 não existe.


Se não estiver usando a versão 3 do squid
o caminho é:
/etc/logrotate.d/squid


15. Re: Sarg não funciona

mateus schott
mschott

(usa Debian)

Enviado em 01/02/2012 - 11:09h

root@intranet:/etc/logrotate.d# ls -l /etc/logrotate.d
total 68
-rw-r--r-- 1 root root 293 2010-11-18 19:21 apache2
-rw-r--r-- 1 root root 126 2010-04-19 05:56 apport
-rw-r--r-- 1 root root 173 2011-05-30 02:43 apt
-rw-r--r-- 1 root root 79 2010-04-09 11:41 aptitude
-rw-r--r-- 1 root root 78 2010-03-23 17:27 bacula-common
-rw-r--r-- 1 root root 135 2010-11-12 13:23 consolekit
-rw-r--r-- 1 root root 112 2011-01-06 17:42 dpkg
-rw-r--r-- 1 root root 151 2011-04-25 14:28 iptraf
-rw-r--r-- 1 root root 880 2011-02-10 07:30 mysql-server
-rw-r--r-- 1 root root 94 2010-03-07 02:36 ppp
-rw-r--r-- 1 root root 515 2010-12-10 16:02 rsyslog
-rw-r--r-- 1 root root 361 2011-04-14 14:42 samba
-rw-r--r-- 1 root root 166 2010-03-05 16:38 ufw
-rw-r--r-- 1 root root 148 2009-11-18 02:48 ulogd
-rw-r--r-- 1 root root 189 2011-04-14 14:42 winbind
-rw-r--r-- 1 root root 106 2010-03-07 06:54 wpa_action
-rw-r--r-- 1 root root 114 2010-03-07 06:54 wpa_supplicant


eu uso a versão 3 do squid.


16. Rotate

André Canhadas
andrecanhadas

(usa Debian)

Enviado em 01/02/2012 - 12:07h

mschott escreveu:

root@intranet:/etc/logrotate.d# ls -l /etc/logrotate.d
total 68
-rw-r--r-- 1 root root 293 2010-11-18 19:21 apache2
-rw-r--r-- 1 root root 126 2010-04-19 05:56 apport
-rw-r--r-- 1 root root 173 2011-05-30 02:43 apt
-rw-r--r-- 1 root root 79 2010-04-09 11:41 aptitude
-rw-r--r-- 1 root root 78 2010-03-23 17:27 bacula-common
-rw-r--r-- 1 root root 135 2010-11-12 13:23 consolekit
-rw-r--r-- 1 root root 112 2011-01-06 17:42 dpkg
-rw-r--r-- 1 root root 151 2011-04-25 14:28 iptraf
-rw-r--r-- 1 root root 880 2011-02-10 07:30 mysql-server
-rw-r--r-- 1 root root 94 2010-03-07 02:36 ppp
-rw-r--r-- 1 root root 515 2010-12-10 16:02 rsyslog
-rw-r--r-- 1 root root 361 2011-04-14 14:42 samba
-rw-r--r-- 1 root root 166 2010-03-05 16:38 ufw
-rw-r--r-- 1 root root 148 2009-11-18 02:48 ulogd
-rw-r--r-- 1 root root 189 2011-04-14 14:42 winbind
-rw-r--r-- 1 root root 106 2010-03-07 06:54 wpa_action
-rw-r--r-- 1 root root 114 2010-03-07 06:54 wpa_supplicant


eu uso a versão 3 do squid.

o squid3 não ta fazendo o rotate dos logs

faz manual e ve se altera o relatorio

squid3 -k rotate

Gera o relatorio de novo



17. Criar logrotate

André Canhadas
andrecanhadas

(usa Debian)

Enviado em 01/02/2012 - 12:10h

vim /etc/logrotate.d/squid3

Dentro do arquivo coloca isto:

# Logrotate fragment for squid3.
#
/var/log/squid3/*.log {
daily
compress
delaycompress
rotate 2
missingok
nocreate
sharedscripts
postrotate
test ! -e /var/run/squid3.pid || /usr/sbin/squid3 -k rotate
endscript
}


Só verifica se os caminhos batem



  
01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts