joelschafer
(usa Debian)
Enviado em 07/11/2011 - 10:05h
Olá a todos,
Estou configurando um servidor com Debian 6 para usar como Firewall + Proxy,
Mas estou com dificuldades para fazer o Sarg gerar os relatórios automáticos.
Se eu dou o comando sarg no terminal ele gera o relatório diário.
As linhas que eu adicionei no crontab:
##### [RELATORIO SARG - DIARIO] #####
00 01 *** root /etc/sarg/sarg_relatorios
##### [RELATORIO SARG - SEMANAL] #####
#00 01 **6 root /etc/squid3/sarg_relatorios
##### [RELATORIO SARG - MENSAL] #####
00 01 *30 root /etc/squid3/sarg_relatorios
E o arquivo sarg_relatorios:
#!/bin/bash
HOJE=$(date --date "0 days ago" +%d/%m/%Y)
sarg -f /etc/sarg/sarg.conf -d $HOJE-$HOJE
INICIO=$(date --date "30 days ago" +%d/%m/%Y)
FIM=$(date --date "0 day ago " +%d/%m/%Y)
sarg -f /etc/sarg/sarg.conf -d $INICIO-$FIM -i -x -z