Plugins OK

This commit is contained in:
Gregory Soutade
2014-11-21 10:41:29 +01:00
parent 34aec57c46
commit 7dada493ab
5 changed files with 93 additions and 55 deletions

View File

@@ -11,4 +11,10 @@ analyzed_filename = 'access.log'
DB_ROOT = './output/'
DISPLAY_ROOT = './output/'
pre_analysis_hooks = ['H002_soutade.py', 'H001_robot.py']
pre_analysis_hooks = ['H002_soutade', 'H001_robot']
post_analysis_hooks = ['top_visitors']
display_hooks = ['top_visitors']
# pre_analysis_hooks = ['H002_soutade.py', 'H001_robot.py']
# post_analysis_hooks = ['top_visitors.py']
# display_hooks = ['top_visitors.py']