rommelinux
(usa Ubuntu)
Enviado em 08/10/2012 - 11:47h
amarildosertorio escreveu:
rommelinux escreveu:
amarildosertorio escreveu:
Pegue a hora que o cron gera o relatório e analise nos logs do sistema.
Onde vejo isso amigo?
No syslog
Ex:
# tail -1000 /var/log/syslog | grep sarg
Explicação: Lendo as ultimas 1000 linhas do arquivo syslog, filtrando as linhas que tenham a palavra sarg.
Caso não ache nada, aumente o numero de linhas, ou mude para o próximo arquivo.
Ex2:
# tail -10000 /var/log/syslog.1 | grep sarg
Parceiro, me trouxe isso:
Oct 8 09:00:01 ServidorLinux CRON[2308]: (root) CMD (root sh sarg > /dev/null 2>&1)
Oct 8 09:30:01 ServidorLinux CRON[3753]: (agape) CMD (root sh sarg > /dev/null 2>&1)
Oct 8 09:30:01 ServidorLinux CRON[3754]: (root) CMD (root sh sarg > /dev/null 2>&1)
Oct 8 09:30:01 ServidorLinux CRON[3755]: (root) CMD (/usr/bin/sarg)
Oct 8 10:00:01 ServidorLinux CRON[3848]: (agape) CMD (root sh sarg > /dev/null 2>&1)
Oct 8 10:00:01 ServidorLinux CRON[3849]: (root) CMD (root sh sarg > /dev/null 2>&1)
Oct 8 10:30:01 ServidorLinux CRON[3996]: (agape) CMD (root sh sarg > /dev/null 2>&1)
Oct 8 10:30:01 ServidorLinux CRON[3997]: (root) CMD (root sh sarg > /dev/null 2>&1)
Oct 8 11:00:01 ServidorLinux CRON[4508]: (agape) CMD (root sh sarg > /dev/null 2>&1)
Oct 8 11:00:01 ServidorLinux CRON[4509]: (root) CMD (root sh sarg > /dev/null 2>&1)
Oct 8 11:30:01 ServidorLinux CRON[1676]: (root) CMD (root sh sarg > /dev/null 2>&1)
Oct 8 11:30:01 ServidorLinux CRON[1677]: (agape) CMD (root sh sarg > /dev/null 2>&1)