Add all_visits plugin

This commit is contained in:
Grégory Soutadé
2014-11-25 16:59:29 +01:00
parent 7405cf237a
commit 6505ca3ee5
4 changed files with 58 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ DISPLAY_ROOT = './output/'
pre_analysis_hooks = ['page_to_hit', 'robots']
post_analysis_hooks = ['top_visitors', 'reverse_dns']
display_hooks = ['top_visitors']
display_hooks = ['top_visitors', 'all_visits']
reverse_dns_timeout = 0.2
page_to_hit_conf = [r'^.+/logo/$']