Can anyone give me some tips as to what may be awry here?

At 3:30am today, my daily analog cron job pulled a report for yesterday 
that should have been constrained by FROM -00-00-01 and TO  -00-00-01.  
These values usually work.  But today's report was unconstrained by 
time, i.e. covered the whole logging period!  The runtime of the report 
was correct, i.e. indicated today at 3:30am.

When I reran the report manually (as the user whose cron job runs the 
daily report), it worked correctly!  I should admit that this is a new 
analog setup and that I have been tweaking the config files over the 
last couple days.  But I wasn't awake at 3:30am today!

Below are the exact files used.  I am running analog 5.24 on OS X 10.1.5.

Thanks,
Kevin Murphy

crontab:
30 3 * * * /usr/local/analog/analog-5.24/daily.sh 2>/dev/null

daily.sh:
/bin/cat 
 >/applications/4dwebstar/webserver/defaultsite/ws_admin/usage/daily.txt 
<<EOF
For an HTML version of this report, see 
http://genome.chop.edu/WS_Admin/usage/daily.html
----------------------------------------------------------------------------------------
EOF
/usr/local/bin/analog +gdaily.cfg +a +Ostdout 
 >>/applications/4dwebstar/webserver/defaultsite/ws_admin/usage/daily.txt
/usr/local/bin/analog +gdaily.cfg -a +Ostdout 
 >/applications/4dwebstar/webserver/defaultsite/ws_admin/usage/daily.html
/usr/bin/mail -s "eGenome daily report" 
[EMAIL PROTECTED],[EMAIL PROTECTED] < 
/applications/4dwebstar/webserver/defaultsite/ws_admin/usage/daily.txt

daily.cfg:
FROM -00-00-01
TO   -00-00-01
REPORTORDER xDH1oSLkKscIr
CONFIGFILE common.cfg
DAILYREP ON
HOURLYREP ON

common.cfg:
HOSTSORTBY REQUESTS
HOSTFLOOR -100r
REQFLOOR -20r
REFSITEFLOOR 1r
FAILFLOOR 1r
ALL OFF
GENERAL ON
YEARLY ON
DOMAIN ON
HOST ON
FAILHOST ON
REDIRREF ON
FAILREF ON
REFSITE ON
STATUS ON
FAILURE ON
REQUEST ON

analog.cfg:
ERRFILE 
/applications/4dwebstar/webserver/defaultsite/ws_admin/logs/errfile.txt
CASE INSENSITIVE
SUBDIR /*/*/*/
CHARTDIR /ws_admin/usage/
LOCALCHARTDIR 
/applications/4dwebstar/webserver/defaultsite/ws_admin/usage/
DNSFILE 
/applications/4dwebstar/webserver/defaultsite/ws_admin/usage/dnscache
DNS READ
LOGFORMAT WEBSTAR
LOGFILE 
/applications/4dwebstar/webserver/defaultsite/ws_admin/logs/DefaultSite*.log.
txt
HOSTNAME "eGenome"
PAGEINCLUDE *4DLINK*,*.shtml
REQINCLUDE pages
REQSORTBY requests
HOSTEXCLUDE *.chop.edu
HOSTEXCLUDE 159.14.*
LINKINCLUDE pages
REFLINKINCLUDE *
UNCOMPRESS *.gz,*.Z "gzip -cd"
REQLINKINCLUDE pages
REFLINKINCLUDE *
REDIRREFLINKINCLUDE *
FAILREFLINKINCLUDE *
SUBBROW */*
SUBTYPE *.gz,*.Z
(SEARCHENGINE and TYPEALIAS commands follow)

+------------------------------------------------------------------------
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|    http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|    http://www.mail-archive.com/[email protected]/
|    http://lists.isite.net/listgate/analog-help/archives/
|    http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------

Reply via email to