RNOC is a Network Operations Center built with Ruby on Rails.
- Create pages which can contain images (generated by your favorite monitoring tools) or an iframe (gasp) of another web page!
- Cycle through different pages! (For your 50 inch office TV)
- Disable pages which aren't relevant!
- Be the most professional nerd in your IT organization!
- Configure logo in
config/rnoc.yml
: logo - Configure site title in
config/rnoc.yml
: site_title
Use the REST API to create/delete pages and pageboxes.
- Create a new app with cartridge type Ruby 1.9 and source
repository as
https://github.com/Brofaces/rnoc.git
- If you want to use MySQL instead of sqlite3 for the database, edit
config/database.yml
and uncomment the block as indicated at the bottom of the file - Enjoy!
-
You might need some
-devel
libraries for this to compile native gem extensions. In particular,mysql-devel
, andsqlite-devel
:$ bundle install
-
Initialize the database. No configs to edit if you're using sqlite:
$ rake db:migrate
-
Start it up!
$ bundle exec thin start
Copyright (C) 2012 - Tim Bielawa, Andrew Butcher, Alex Chvatal