Monitoring and decision-making logic for our High Availability environment.
http://proxy.recycled.cloud
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/tag Build encountered an error
Details
continuous-integration/drone Build is passing
Details
|
1 year ago | |
---|---|---|
config | 1 year ago | |
lib | 1 year ago | |
priv/static | 2 years ago | |
rel | 2 years ago | |
test | 2 years ago | |
.drone.yml | 1 year ago | |
.editorconfig | 2 years ago | |
.formatter.exs | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE.txt | 2 years ago | |
README.md | 2 years ago | |
changelog.md | 1 year ago | |
mix.exs | 1 year ago | |
mix.lock | 1 year ago |
README.md
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