Re: [analog-help] Analog question

2005-04-27 Thread Aengus
On Wednesday, April 27, 2005 6:00 PM [GMT],
Ellen Morley [EMAIL PROTECTED] wrote:

 We are trying to limit statistics to users within the University of
 Washington.  Can you tell me what command(s) I need to accomplish
 this?

You can tell Analog to only analyse requests that came from certain IP
addresses by using the HOSTINCLUDE command.

HOSTINCLUDE 128.95.*
HOSTINCLUDE 128.208.*
HOSTINCLUDE 140.142.*

will restrict it to some of the ranges used at the Univerity of
Washington. (These are the ones I could find in a few minutes, there may
be more).

Aengus

+
|  TO UNSUBSCRIBE from this list:
|http://lists.meer.net/mailman/listinfo/analog-help
|
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+


Re: [analog-help] Analog Question

2004-11-30 Thread Aengus
On Tuesday, November 30, 2004 2:42 PM [GMT],
c.e.stinson [EMAIL PROTECTED] wrote:

 I've been trying to set up a batch file to run different reports off
 of the same data set

 in the batch file i delete the analog.cfg, then copy the report i want
 to the analog.cfg

 del analog.cfg
   copy aat.cfg analog.cfg
 analog.exe

Overwriting .cfg files always presents opportunities for disaster. Put
all your common configuration commands into your Analog.cfg file, and
use the +g command line argument to specify an additional .cfg file.
(and make sure you delete the batch files that delete analog.cfg!).

http://www.analog.cx/docs/syntax.html#CONFIGFILE


 This works well, but all the pie charts get overwritten.
 Is there a way in the config file to write everything (graphics 
 html) to a different directory?

http://www.analog.cx/docs/faq.html#faq196

Aengus

+
|  TO UNSUBSCRIBE from this list:
|http://lists.meer.net/mailman/listinfo/analog-help
|
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+