Stephen Knight <[EMAIL PROTECTED]> wrote: >> Currently running MS IIS6.0, and using the IIS logfiles. After >> reading through the how-to's and FAQs, I've realized in order to >> read each log file, and generate a separate report for each, I need >> to run multiple instances of analog. Can anyone suggest a way to do >> this? >> >> I plan on creating a windows service to run the reports once per day >> as a scheduled task, but do I need to create a folder containing >> analog.exe with an analog.cfg for each domain, log file, and output >> file, and execute each one individually?
You need to execute Analog once for each report that you want to create, but you only need one copy of analog.exe and it's ancillary files. Using the +g command line argument, you can point Analog at an additional .cfg file. Put all you common commands in the default analog.cfg, and any "per site" commands in, for example, site1.cfg, and run analog with analog +gsite1.cfg site1.cfg can contain the LOGFILE, HOSTNAME, HOSTURL, OUTFILE, CHARTDIR, etc., commands that you want for each different report. have a look at the Helper applications page - http://www.analog.cx/helpers/ You may find some useful pointers there too. Aengus +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs/mailing.html#listarchives | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general +------------------------------------------------------------------------

