Monitoring and decision-making logic for our High Availability environment.
http://proxy.recycled.cloud
b9aa3eeb98
This is 'quickly-hacked-together' and needs some love - it's working, but is ways to fragile. It's no more than a POC atm. |
||
---|---|---|
config | ||
lib | ||
priv/static | ||
rel | ||
test | ||
.build.yml | ||
.editorconfig | ||
.formatter.exs | ||
.gitignore | ||
changelog.md | ||
LICENSE.txt | ||
mix.exs | ||
mix.lock | ||
README.md | ||
run-ci.sh |
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
Tip: you can use containers to run the various external components of the HA setup locally without tainting your system. e.g.
podman run -it --rm --network=host --mount type=bind,src=local_haproxy_conf_folder/,target=/usr/local/etc/haproxy haproxy:2.2.20-alpine3.15