<[EMAIL PROTECTED]> wrote: > "Aengus" <[EMAIL PROTECTED]>@lists.isite.net on 12/28/2001 > 10:04:20 AM > >> <[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. > > Thanks for the response. I am going to need to do the 2nd option below, > but when I use the command: > /usr/bin/analog +gfile1.cfg +gfile2.cfg +gfile3.cgf > > It only creates an new report (html) page for the last cfg file (in this > example, file3.cfg).
One run, one report. http://www.analog.cx/docs/faq.html#faq111 You need /usr/bin/analog +gfile1.cfg /usr/bin/analog +gfile2.cfg /usr/bin/analog +gfile3.cfg 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 +------------------------------------------------------------------------
