Skip to content
Florian Forster edited this page Nov 26, 2023 · 1 revision

Graphs on Rails is a Web-UI to display all your monitoring graphs. It can handle data from different sources (named Data Providers). The main goal of the project is to provide an unified view of all your monitoring data, coming from multiple software and installations.

The first and only (at the moment) Data Provider uses Collectd RRD files.

The application is written in Ruby, using the Ruby on Rails 3 framework (currently in beta). The graphs rendering is done using the Flot Javascript library and jQuery.

Dependencies

  • Ruby 1.8.7 or 1.9.2-head
  • bundler gem
Clone this wiki locally