public
Description: A Network monitoring Rails app, utilizing SNMP via Ruby-SNMP
Homepage:
Clone URL: git://github.com/bspaulding/snmp-monitor.git
README.textile

SNMP Monitor

SNMP Monitor is a network monitoring application that uses SNMP. It is a web application built with Ruby on Rails. SNMP Monitor was designed and implemented by Bradley J. Spaulding as a requirement for a Computer Networking (CPS372) course at Gordon College.

Usage

Start up the server by running script/server from the source’s root directory.

Alternatively, you can use your own rails server environment. Phusion Passenger with nginx or Apache is recommended.

Documentation

The source is documented inline. To generate rDoc HTML documentation, run rake doc:app from the source’s root directory.