# hostSentry - Login Anomaly Detector Stat Module # # Author: Craig H. Rowland # Created: 10-6-98 # # Send all changes/modifications/bugfixes to the above address. # # This software is Copyright(c) 1997-98 Craig H. Rowland # # Disclaimer: # # All software distributed by Craig H. Rowland ("the author") and # Psionic Systems is distributed AS IS and carries NO WARRANTY or # GUARANTEE OF ANY KIND. End users of the software acknowledge that # they will not hold the author, Psionic Systems, and any employer of # the author liable for failure or non-function of a software # product. YOU ARE USING THIS PRODUCT AT YOUR OWN RISK # # Licensing restrictions apply. See the license that came with this # file for more information or visit http://www.psionic.com for more # information. # # This software is NOT GPL NOR PUBLIC DOMAIN so please read the license # before modifying or distributing. Contact the above address if you have # any questions. # # Description: # # This module allows you to perform a variety of functions # on the database. # # $Id: hostSentryStat.py,v 1.1 1999/03/22 04:57:29 crowland Exp crowland $ from hostSentryCore import * import hostSentryConfig import hostSentryUser import hostSentryLog import hostSentryDB import getopt import string import sys class hostSentryStat(hostSentryCore): def __init__(self, dbFile = None): self.setLogLevel() self.dbFile = dbFile self.dbHandle = None def usage(self): print 'Usage: hostSentryStat.py