Skip to content
/ uptom Public

Uptime monitoring application written in Elixir/Phoenix

License

Notifications You must be signed in to change notification settings

bagilevi/uptom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uptom

Website uptime monitoring application written in Elixir/Phoenix.

It checks the configured URLs periodically, sending an email when the website goes down or up.

Installation

To start your Phoenix app:

  • Install dependencies with mix deps.get
  • Copy config/dev.secret.example.exs to config/dev.secret.exs and add your SMTP details
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with npm install
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check the Phoenix deployment guides.

License

MIT, see the LICENSE file.

Contributing

Contributions are welcome, please submit an issue, pull request or comment on the code. I am learning Elixir and Phoenix, any tips will be most welcome!

About

Uptime monitoring application written in Elixir/Phoenix

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published