Module: BindLogAnalyzer

Defined in:
lib/bind_log_analyzer.rb,
lib/bind_log_analyzer/base.rb,
lib/bind_log_analyzer/version.rb,
lib/bind_log_analyzer/connector.rb,
lib/bind_log_analyzer/log_utils.rb,
lib/bind_log_analyzer/exceptions.rb,
lib/bind_log_analyzer/web_server.rb

Overview

BindLogAnalyzer analyzes a Bind query log file, parses the logs and store them in a database. The database choise is “limited” to the databases supported by ActiveRecord.

Defined Under Namespace

Modules: Connector, LogUtils Classes: Base, DatabaseConfsNotValid, WebServer

Constant Summary collapse

VERSION =

Returns The version of the gem.

Returns:

  • (String)

    The version of the gem

"0.2.4"