Logviewer

Log monitoring in browser

View the Project on GitHub jijeshmohan/logviewer

What is Logviewer ?

Logviewer is a realtime log monitoring in browser. Tool helps to monitor all the logs without connecting(ssh connections) to the server.

How to install logviewer

Compile from source.

This requires golang in the system

$ go get github.com/jijeshmohan/logviewer
$ cd $GOPATH/src/github.com/jijeshmohan/logviewer
$ go build

Install from binary

Linux 32bit | 64bit

Mac 64bit

How to run

Modify the config.json file with logs to be monitored and run the logviewer command.

Command line options are:

-p port                 : Specify the webserver port ( default to 8080)
-c configfilename       : Configuration file name (default to config.json)

This project inspired from Logio