Hello everyone, I have been using analog for some time and my entire experience has been great. However, I did hit a snag today when I was trying to increase the detail of my reports.
We have some sub-domains and also some virtual directory websites. Our subdomains show all sub directories in the "Directory Report" section generated by Report Magic. Our virtual directories; however, show only the top level directory as 100%. For example http://subdomain.domain.com shows something like the following 65% root 15% images 10% pdfs 5% docs http://www.domain.com/my_virtual_directory shows only this directory like so... 100% my_virtual_directory I would like to have this virtual directory treated like the subdomain such that it was considered the root and it's children were listed in the percentage of pages like the first example above. I have read the documentation under Hierarchical Reports regarding SUBDIR, FILEINCLUDE, and DIRCHARTEXPAND to no avail. I'm thinking this is a simple thing to do and I'm just not seeing the forest for the trees. I'm currently creating both of these with syntax generated from a script. The rules are the same for both. See below. *--------------------------------commands the script runs *--------------------------------------------------------------- ../analog/analog +ganalog/analog.cfg +C"FROM 031201" +C"TO 031214" +C"CACHEFILE /www/subdomain.domain.com/var/stats.cache/sweb/a*Dec*cache" +C"HOSTNAM E subdomain.domain.com" +C"HOSTURL https://subdomain.domain.com" +C"BASEURL https://subdomain.domain.com" +C"FILEINCLUDE /*" +C"SUBDIR /\*/\*/\* " +C"OUTFILE /tmp/statsdat.18014.15836" ../rmagic/rmagic.pl -statistics_File_In=/tmp/statsdat.18014.15836 -reports_Fi le_Out=/www/subdomain.domain.com/data/stats/monthly/12/sweb -website_Title="Our Website" -website_Base_URL="https://subdomain.domain.com" ../rmagic/rmagic.ini ../analog/analog +ganalog/analog.cfg +ganalog/analog.detailed.cfg +C"FROM 03 1201" +C"TO 031214" +C"CACHEFILE /www/subdomain.domain.com/var/stats.cache/sweb/a*Dec*cache" +C"HOSTNAME subdomain.domain.com" +C"HOSTURL https://subdomain.domain.com" +C"BASEURL https://subdomain.domain.com" +C"FILEINCLUDE /*" +C"SUBDIR /\*/\*/\* " +C"OUTPUT PLAIN" +C"OUTFILE /tmp/statsdat.18014.15836" cp /tmp/statsdat.18014.15836 /www/subdomain.domain.com/data/stats/monthly/12/detailed.txt rm /tmp/statsdat.18014.15836 *------------------------------------------------------------------------------------------------------------------------------------ All help is greatly appreciated, Joseph +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------
