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 :)
- Make sure you have
ruby 1.9.3
installed. If you don't have, go ahead and install using RVM. - 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
- Migrate (create) the database:
rake db:migrate
- run your application and enjoy :)
rails s
Not working? Google it.
Can't find your answer on Google? @thomashs