Finalize comments
This commit is contained in:
@@ -10,7 +10,7 @@ from iplugin import IPlugin
|
||||
# None
|
||||
#
|
||||
# Conf values needed :
|
||||
# reverse_dns_timeout*
|
||||
# None
|
||||
#
|
||||
# Output files :
|
||||
# None
|
||||
|
@@ -3,6 +3,32 @@ import re
|
||||
from iwla import IWLA
|
||||
from iplugin import IPlugin
|
||||
|
||||
#
|
||||
# Post analysis hook
|
||||
#
|
||||
# Count TOP pages
|
||||
#
|
||||
# Plugin requirements :
|
||||
# None
|
||||
#
|
||||
# Conf values needed :
|
||||
# None
|
||||
#
|
||||
# Output files :
|
||||
# None
|
||||
#
|
||||
# Statistics creation :
|
||||
# None
|
||||
#
|
||||
# Statistics update :
|
||||
# month_stats:
|
||||
# top_pages =>
|
||||
# uri
|
||||
#
|
||||
# Statistics deletion :
|
||||
# None
|
||||
#
|
||||
|
||||
class IWLAPostAnalysisTopPages(IPlugin):
|
||||
def __init__(self, iwla):
|
||||
super(IWLAPostAnalysisTopPages, self).__init__(iwla)
|
||||
|
Reference in New Issue
Block a user