Monit Aggregator is a Sinatra app that aggregates your monit web interfaces into 1 place. Used on runslikeclockwork.com server monitoring
- Clone the repo
git clone git://github.com/mattfawcett/monit-aggregator.git
- Install the neccessary packages with
bundle install
(you will need bundler installedgem install bundler
) - Edit the monit_installations.yml file to include the details of your Monit installations (it currently doesn't support HTTPS)
- Now run the app
ruby app.rb