10000 Vizir · collectd/collectd Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Florian Forster edited this page Nov 21, 2023 · 1 revision

Vizir is a Web-UI to display all your monitoring graphs. It can handle data from different sources (only Collectd RRD files supported at the moment). The main goal of the project is to provide an unified view of all your monitoring data, coming from multiple software and installations.

It uses a ruby DSL to define dashboards, graphs and metrics. This allows to programmatically define the way you want to display your data.

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

Dependencies

  • Ruby 1.9
  • bundler gem
  • librrd
Clone this wiki locally
0