Monitoring for the IIS project.
The project is based on Smashing.
gem install bundler
bundle install
smashing start
- Overview - http://localhost:3030/
- CI status - http://localhost:3030/circle
- Server health - http://localhost:3030/health
- Activity - http://localhost:3030/stats
https://iis-monitoring.herokuapp.com/circle
Check out http://smashing.github.io/ for more information.
Requires the following environment variables
- CIRCLE_CI_TOKEN - a valid circle API access token
- Edit dashboards/circle.erb to add projects to the build monitor
- Edit the projects element in jobs/circle_ci.rb to match your changes to CI statuses shown in circle.erb
- Edit the projects element in jobs/health.rb to match your changes to app health statuses shown in health.erb