Bom Dia,
Apliquei os scripts do sarg seguindo a orientação do readme do Eduardo (funcionou corretamente) porém depois de uma semana os logs pararam de rodar automaticamente, só estão funcionando inicia-los manualmente, acredito que estou com o mesmo problema do albaney, no entanto não descobri ainda o que está ocorrendo com meu cron, alguém tem alguma sugestão?
ai vai o meu crontab
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=
HOME=/
#
&nolog */1 * * * * [ -x /bin/run-parts ] && run-parts --report /etc/cron.minutely
&nolog */5 * * * * [ -x /bin/run-parts ] && run-parts --report /etc/cron.cyclic
01 * * * * [ -x /bin/run-parts ] && run-parts --report /etc/cron.hourly
25 1 * * * [ -x /bin/run-parts ] && run-parts --report /etc/cron.daily
47 2 * * 0 [ -x /bin/run-parts ] && run-parts --report /etc/cron.weekly
52 3 1 * * [ -x /bin/run-parts ] && run-parts --report /etc/cron.monthly
#
@nolog 5 [ -x /bin/run-parts ] && run-parts --report /etc/anacron.cyclic
@ 1h [ -x /bin/run-parts ] && run-parts --report /etc/anacron.hourly
@ 1d [ -x /bin/run-parts ] && run-parts --report /etc/anacron.daily
@ 1w [ -x /bin/run-parts ] && run-parts --report /etc/anacron.weekly
@ 1m [ -x /bin/run-parts ] && run-parts --report /etc/anacron.monthly
# Summarize ip accounting info:
2 1 * * * /usr/sbin/ipacsum -r -H /bin/hostname -t "the day 2 days ago" >/dev/null
3 1 * * 0 /usr/sbin/ipacsum -r -H /bin/hostname -t "the week 4 weeks ago" >/dev/null
4 1 1 2 * /usr/sbin/ipacsum -r -H /bin/hostname -t "the year 2 years ago" >/dev/null
