Skip to content

rezab/log-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

<title></title>

About

Log Analyzer is an opensource project, aims at Monitoring and Analyzing log files of different services.

Requirements

Django and Tornado.

For Ubuntu, you need to install:

apt-get install python-django

apt-get install python-tornado


Installation

Config the database:

python manage.py syncdb

While populating database, the user and password would be asked. use them to enter admin page.

TODO: config the static address path in servicelog/logtail.py

Make this file executable:

chmod +x servicelog/logtail.py

Run Log Server:

PYTHONPATH=. DJANGO_SETTINGS_MODULE=LogAnalyzer.settings servicelog/logtail.py


Basic Usage

Visit admin page:

http://localhost:8001/admin

Add log files in admin page.

Visit User Page:

http://localhost:8001/servicelog/instance/

Enjoy it !

About

Log Analyzer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages