################################################## # yaala 0.6.7 config 2003-06-05 # #---====================-------------------------# # For exact instructions please see the README # # and the notes above each entry. # ################################################## # $Id: squid_log.conf,v 1.1 2003/08/19 14:20:00 octo Exp $ # Tells yaala the directory to save the html pages in. # You should manually copy .gif and .css there from html # directory. # Default is 'reports' directory: 'reports'; # Here you can choose between the ``new'' Combined-output module and the # Classic-output which emulates 0.4.x behaviour. # Default is to use 'Combined' report: 'Combined'; # The module used for parsing the logfile(s) # The modules coming with this package are: # - Bind9 # - Common # - Ncsa # - Wnserver # - Squid # - Xferlog # - Postfix # Default: 'Common' logtype: 'Squid'; # Fields provided by the 'Squid' parser: # Aggregations: # - bytes # - elapsed # - requests # Keyfields: # - client # - date # - hierarchycode # - hour # - httpstatus # - method # - mime # - peer # - protocol # - resultcode # - server select: "requests, bytes BY date"; select: "requests, bytes BY hour"; select: "requests, bytes BY client"; select: "bytes BY protocol"; select: "requests BY method"; select: "requests BY protocol, status"; select: "requests BY mime"; select: "requests BY protocol, client"; ################################################## # filtering # #---===========----------------------------------# # These options adjust filtering data which # # appear in reports. # ################################################## # Wether or not yaala shall try to lookup domain names of ip adresses. # Set to 'true' or 'false'. Default is not to. #reverse_lookup: 'true'; # Sets how many subdomains of a host should be displayed. "1" means only # the domain (plus the top-level domain), e.g. "example.com", "2" would be # "subdomain.example.com". Set zero to get the full length of a hostname. # Defaults to "1" #host_width: 1; # With the classic output module not all combinations of fields appear in # the log and are therefore empty. These empty cells are normally skipped. # If you, for whatever reason, what these cells to be printed, set the # following option to 'false'. #classic_skip_empty: true; ################################################## # HTML # #---======---------------------------------------# # These options affects html files generation, # # mostly - the HEAD section. # ################################################## # If u're going to browse html pages from FILES # rather then via http AND on OS with another # default charset, specify charset of your html # pages to put into META http-equiv tag. # With webserver, proper charset SHOULD be passed # in http header by server. # Default is 'iso-8859-1'. #html_charset: iso-8859-1; # URL to css file with style definition for # report pages. Goes linked it from html head. # You may put here an url or path to other css file, # (maybe - site-wide or reports-wide) # default is 'style.css' (should be copied where reports lie) #html_stylesheet: '/default.css'; #html_stylesheet: '/yaala-reports/style.css'; html_stylesheet: 'style.css'; # The following two options control the size of the graphs generated. graph_height: 250; graph_width: 500;