<[EMAIL PROTECTED]> wrote: > What is the most convenient / efficient (recommended) way to > produce multiple output files using different cfg files? I > need to have X different output files (in one directory) for > X different organizations.
Depending on how you want to use this, it may be more efficient not to have separate cfg files, but simply to call analog with the appropriate arguments for the custom settings - if you are only doing the most basic customisation, this may be the simplest way to do it. If you do need to use separate cfg files, put all the common settings in analog.cfg, and then separate cfg files for each separate report. At a minimum, these should include the HOSTNAME, OUTFILE and *CHARTDIR directives to customize the output, but may include FILEINCLUDE or alias information as well, and HOSTEXCLUDE if you want to exclude the "owners" own visits from the data. Call analog with the +g<configfile> argument to run a "custom" report. Aengus +------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------
