Storm/README.md
Justin Licata 3a6e710e85 build service class to ping servers (#15)
* extremely unfinished - just pushing to switch computers

* add pinger job, enque ping retries as jobs

* oops

* remove comment

* add alias method to improve usage.

* build out Pinger with DJ.

* update README to include starting the server.

* add tests for worker.

* fix copy/pasta error.

* update README.

* typo.

* enqueue next ping.
2017-08-11 09:40:03 -05:00

1.8 KiB

self-hosted website monitoring service.


Storm is currently a WIP.

Storm is a 100% open-source platform that provides a self-hosted monitoring service to your web apps. It provides Slack notifications, AWS server reboot within Slack, and many more useful features.

Table of contents

Status

CircleCI

Deploy to Heroku

Deploy

Developing

  1. Thank you! We love our contributors!
  2. Clone the repository.
  3. Install missing dependencies: bundle install.
  4. Setup your database: rails db:setup.
  5. Start your server with foreman: foreman start -f Procfile.dev.
  6. Make your changes in a thoughtfully-named branch.
  7. Ensure 1:1 test coverage.
  8. Submit a Pull Request!
  9. Celebrate! 🎉

Credits

Storm is maintained and funded by ProctorU, a simple online proctoring service that allows you to take exams or certification tests at home.


ProctorU Engineering & Design