Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 863 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 863 Bytes

Network Monitor

Network Monitor

This is a really simple network monitor build with Rails and a Ruby SNMP (Simple Network Management Protocol) library to get some network traffic information. It's your to play around / copy or distribute :)

Installation

  1. Make sure you have ruby 1.9.3 installed. If you don't have, go ahead and install using RVM.
  2. Download this source code and in the root application folder, run:
bundle install

If you see any error messages, try to run this:

gem install bundler
  1. Migrate (create) the database:
rake db:migrate
  1. run your application and enjoy :)
rails s

Not working? Google it.
Can't find your answer on Google? @thomashs