https://github.com/unleashed/logmonitor
A very simple HTTP log monitor
https://github.com/unleashed/logmonitor
Last synced: 2 days ago
JSON representation
A very simple HTTP log monitor
- Host: GitHub
- URL: https://github.com/unleashed/logmonitor
- Owner: unleashed
- License: other
- Created: 2014-06-04T17:24:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-04T17:25:20.000Z (about 12 years ago)
- Last Synced: 2023-03-11T09:56:14.140Z (over 3 years ago)
- Language: Ruby
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# LogMonitor
This gem provides an implementation of a simple log monitor, tested on Ruby 2.1.2.
## Generating the gem
Both bundler and rspec are required to build the gem:
$ gem install bundler rspec
Run rake -T to see available tasks. The gem can be built with:
$ rake build
Or, if you want to make sure everything works correctly:
$ bundle exec rake build
## Installation
After generating the gem, install it using:
$ gem install pkg/logmonitor-1.0.gem
## Usage
Provided binary is 'logmonitor'. Run it as:
$ logmonitor --help
to see an usage help message.