Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.17 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.17 KB

Uprobot

Uprobot is a ping bot for given URLs. I guess you may want to use a health check service like this for your deployments.

Thanks

  • I used bulma as CSS framework, so thanks a lot all Bulma contributors.
  • I used logoly.pro for create Uprobot's logo, so thanks a lot HuanCheng Bai

Screenshots

Site index Site form Site dashboard

Installation

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

TODO

  • Use different intervals in GenServer for each site,
  • Visualize downtimes with reasons and response times,
  • Dockerize and deploy
  • Think about good features