Monitoring and decision-making logic for our High Availability environment. http://proxy.recycled.cloud
Find a file
2022-01-24 16:53:04 +01:00
lib Minimal Web handler and initial HAProxy wiring 2022-01-24 16:53:04 +01:00
test Initial mix project 2022-01-24 14:03:10 +01:00
.formatter.exs Initial mix project 2022-01-24 14:03:10 +01:00
.gitignore Initial mix project 2022-01-24 14:03:10 +01:00
mix.exs Minimal Web handler and initial HAProxy wiring 2022-01-24 16:53:04 +01:00
mix.lock Minimal Web handler and initial HAProxy wiring 2022-01-24 16:53:04 +01:00
README.md Minimal README 2022-01-24 16:51:26 +01:00

High Availability Handler

This software monitors and make decision in our High Availability environment.

Development

You'll need the elixir toolchain available.

cd ha-handler/
mix deps.get
iex -S mix