1# Example config file for analog creating some statistics
2#
3# Project    : ipv6calc/ipv6logconv
4# File       : analog-dist.cfg
5# Version    : $Id$
6# Copyright  : none
7# Procuded   : 2002 by Peter Bieringer <pb (at) bieringer.de>
8
9# Debug
10#DEBUG		on
11#SETTINGS	on
12
13# Output file is set by commandline option
14
15# Log format
16LOGFORMAT	combined
17LOGFORMAT	(%S %f %u [%d/%M/%Y:%h:%n:%j %j] "%j %r %j" %c %b)
18LOGFORMAT	(%S %f %u [%d/%M/%Y:%h:%n:%j %j] "%j %r %j" %c %b "%B")
19
20# Input: stdin
21LOGFILE -
22
23# Special domains file
24DOMAINSFILE ./ipv6calc.tab
25
26# Path to images
27IMAGEDIR /analog/images/
28LOGO none
29PNGIMAGES ON
30DESCRIPTIONS OFF
31
32# Hostname
33#HOSTNAME	"your.host.com/address type statistics"
34BASEURL		"http://your.host.com"
35
36LINKINCLUDE pages
37REFLINKINCLUDE *
38UNCOMPRESS *.gz,*.Z "gzip -cd"
39
40
41# No reports for
42MONTHLY 	off
43DAILY		off
44HOURLY		off
45FILETYPE	off
46SIZE		off
47STATUS		off
48SEARCHWORD	off
49REQCHART	off
50DIRECTORY	off
51FULLBROWSER	off
52BROWSUM 	off
53OSREP		off
54REQUEST		off
55ORGANISATION	off
56
57# Report statistic
58GENERAL		off
59
60DOMAIN		on
61DOMCOLS		rR
62#DOMCHART	requests
63DOMCHART	off
64DOMSORTBY	requests
65DOMFLOOR	0r
66SUBDOMAIN	off
67SUBDOMAIN	*.*
68SUBDOMFLOOR	0r
69SUBDOMSORTBY	requests
70#SUBDOMAIN	*.addrtype.ipv6calc
71#SUBDOMAIN	*.ipv6addrtype.ipv6calc
72#SUBDOMAIN	*.ouitype.ipv6calc
73#DOMCHARTEXPAND	addrtype.ipv6calc,ipv6addrtype.ipv6calc,ouitype.ipv6calc
74
75ORGANISATION	off
76ORGCHART	requests
77ORGFLOOR	0r
78ORGSORTBY	requests
79ORGCOLS		rR
80SUBORG		*.addrtype.ipv6calc
81SUBORG		*.ipv6addrtype.ipv6calc
82SUBORG		*.ouitype.ipv6calc
83ORGCHARTEXPAND	addrtype.ipv6calc,ipv6addrtype.ipv6calc,ouitype.ipv6calc
84
85HOST		on
86HOSTCHART	requests
87HOSTFLOOR	0r
88HOSTSORTBY	requests
89HOSTCOLS	rR
90
91# Customize output
92GOTOS		off
93RUNTIME		off
94
95MARKCHAR	=
96
97OUTPUT		html
98
99