Skip to content

A simple Network Monitor built with Bootstrap 3 on top of Rails and SNMP, developed for academic purposes.

Notifications You must be signed in to change notification settings

thomashs-zz/network_monitor

Repository files navigation

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

About

A simple Network Monitor built with Bootstrap 3 on top of Rails and SNMP, developed for academic purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published