Steve,

I added SETTINGS on to my config file, and ran with this command line:

   ./analog -G +gdisobey-weekly.cfg

You may want to correct this small spelling error:

   Madatory configuration file: none

Anyways, this is the relevant output:

   Reading logfiles:
   /var/log/httpd/disobey.com-access_log.1
     Logfile format:
       <Automatic detection>\n
   /var/log/httpd/disobey.com-agent_log.1
     Logfile format:
       %B\n
   /var/log/httpd/disobey.com-referer_log.1
     Logfile format:
       [%d/%M/%Y:%h:%n:%j] %F -> %r\n
       %F -> %r\n

   Browser Report [ON]
     Columns: #requests #pages
     Sorting by number of requests for pages
     Floor is: Top 40 items by number of requests for pages
     No pie chart
   Browser Summary [ON]
     Columns: number #requests #pages
     Sorting by number of requests for pages
     Floor is: Top 20 items by number of requests for pages
     Sorting sub-items by number of requests for pages
     Floor for sub-items is: Top 10 items by number of requests for pages
     No pie chart
     Aliasing in the report as follows:
       Mozilla -> Netscape
       Mozilla (compatible) -> Netscape (compatible)
       IWENG -> AOL

So, I tried to make the floor something obscene:

   BROWSUMFLOOR 1r

And that worked. I could see all the zillions of browsers. So, I tried to 
duplicate the default settings (shown with SETTINGS above) like so:

   SUBBROW */*
   SUBBROW Mozilla/*.*
   BROWSERREP on
   BROWREPFLOOR 40r
   SUBBROWFLOOR 40r
   BROWREPSORTBY requests
   SUBBROWSORTBY requests
   BROWSERSUM on
   BROWSUMFLOOR 20r
   BROWSUMSORTBY requests

And that worked too. So, for kicks and giggles, I commented everything but 
turning the reports on, and it didn't work. Same thing as previously 
reported. Where's my problem? I've included my entire config (minus the 
stuff shipped in the default .cfg) below:

    7 LOGFILE /var/log/httpd/disobey.com-access_log.1
    8
    9 LOGFORMAT %B
   10 LOGFILE /var/log/httpd/disobey.com-agent_log.1
   11
   12 LOGFORMAT REFERRER
   13 LOGFILE /var/log/httpd/disobey.com-referer_log.1
   14

   18 OUTFILE /home/httpd/html/disobey.com/analog/%Y%M%D.test.htm
   19 # CACHEOUTFILE /home/httpd/html/disobey.com/analog/.cache/%Y%M%D.cache

   25 # uncompress gzip files.
   26 UNCOMPRESS *.gz,*.Z "gzip -cd"
   27
   28 # just to pretty our output.
   29 HOSTNAME "disobey.com"
   30 HOSTURL http://www.disobey.com
   31 LOGO none
   32
   33 # turn off last seven days report.
   34 LASTSEVEN off
   35
   36 # show the Go To: link bar.
   37 GOTOS on
   38
   39 # turn off all pie charts.
   40 ALLCHART off

   45 GENERAL on
   46 YEARLY off
   47 QUARTERLY off
   48 MONTHLY off
   49 WEEKLY off
   50 DAILYREP off
   51 DAILYSUM on
   52 HOURLYREP off
   53 HOURLYSUM on
   54 WEEKHOUR off
   55 QUARTERREP off
   56 QUARTERSUM off
   57 FIVEREP off
   58 FIVESUM off
   59 HOST off
   60 REDIRHOST off
   61 FAILHOST off
   62 ORGANISATION off
   63 DOMAIN off
   64 FILETYPE off
   65 SIZE off
   66 PROCTIME off
   67 INTSEARCHQUERY off
   68 INTSEARCHWORD off
   69 REDIRREF off
   70 FAILREF off
   71 VHOST off
   72 REDIRVHOST off
   73 FAILVHOST off
   74 USER off
   75 REDIRUSER off
   76 FAILUSER off
   77 STATUS off
   78
   79 # on time based reports, show the number and percentage of requests,
   80 # pages and bytes. yeah. i say that a lot. its fun to say.
   81 TIMECOLS RrPpBb
   82
   83 # configure the browser reports.
   84 #SUBBROW */*
   85 BROWSERREP on
   86 #BROWREPFLOOR 40r
   87 #SUBBROWFLOOR 40r
   88 #BROWREPSORTBY requests
   89 #SUBBROWSORTBY requests
   90 BROWSERSUM on
   91 #BROWSUMFLOOR 20r
   92 #BROWSUMSORTBY requests
   93
   94 # our request report. show the number and percentage of requests, the
   95 # percentage of pages, and the number and percentage of bytes. show
   96 # only those files that were accessed more than 50 times, and sort
   97 # by the total number of access.
   98 REQUEST on
   99 REQCOLS RrpBb
  100 REQFLOOR 50r
  101 REQSORTBY requests
  102
  103 # show all failures.
  104 FAILURE on
  105 FAILFLOOR 1r
  106
  107 # sort os reports.
  108 OSREP on
  109 OSSORTBY requests
  110 OSFLOOR 1r
  111 SUBOSSORTBY requests
  112 SUBOSFLOOR 1r
  113
  114 # our directory report. show the number and percentage of
  115 # requests, pages, and bytes for ALL directories, sorted
  116 # alphabetically.
  117 DIRECTORY on
  118 DIRCOLS RrPpBb
  119 DIRSORTBY alphabetical
  120 SUBDIRSORTBY alphabetical
  121 DIRFLOOR 1r
  122 SUBDIRFLOOR 1r
  123
  124 # redirection report. set the floor to 1.
  125 REDIR on
  126 REDIRFLOOR 1r
  127
  128 # our referer report. show the number and percentage of
  129 # requests and pages, and show ALL the referrers. we ignore
  130 # anything linked from disobey.com, and we turn off the pie
  131 # chart. we also make each referred page a link. finally,
  132 # we remove all "wysiwig" things.
  133 REFERRER on
  134 REFCOLS RrPp
  135 REFFLOOR 1r
  136 REFREPEXCLUDE http://www.disobey.com/
  137 REFREPEXCLUDE http://disobey.com/
  138 REFREPEXCLUDE wysiwyg://*
  139 REFREPEXCLUDE xxxx:*
  140 REFLINKINCLUDE pages
  141
  142 # referring site report. we remove the same entries as
  143 # above, add some links, and set the floor to 1.
  144 REFSITE on
  145 REFSITECOLS RrPp
  146 REFSITEFLOOR 1r
  147 REFSITEEXCLUDE http://www.disobey.com/*
  148 REFSITEEXCLUDE http://disobey.com/*
  149 REFSITEEXCLUDE xxxx:*
  150 REFSITEEXCLUDE wysiwyg://*
  151
  152 # our search query report. show the number and percentage
  153 # of requests and pages, and show all the requests. we also
  154 # do the same with search words, only we limit them to a
  155 # a minimum of ten requests.
  156 SEARCHQUERY on
  157 SEARCHQUERYCOLS RrPp
  158 SEARCHQUERYFLOOR 1r
  159 SEARCHWORD on
  160 SEARCHWORDCOLS RrPp
  161 SEARCHWORDFLOOR 10r
  162
  163 REPORTORDER x1QmWwDdHhicIBbp45rEtSofskKvuJZNnzP67lLRMjYy


-- -----------------------------------------------------------------------
Kevin Hemenway

+------------------------------------------------------------------------
|  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