Skip to content
/ uprobot Public

Simple health checker app with elixir GenServer

Notifications You must be signed in to change notification settings

murat/uprobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple health checker app with elixir GenServer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published