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.
 
 
 
Go to file
Timothée Floure 31fe677c20
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
Release ha-handler v0.4.2
1 year ago
config Appsignal: ignore backend errors. 1 year ago
lib Appsignal: ignore backend errors. 1 year ago
priv/static Add initial plumbing for DRBD 2 years ago
rel Add our own OTP release configuration 2 years ago
test Initial mix project 2 years ago
.drone.yml Pin build image to Alpine 3.15 1 year ago
.editorconfig Set editorconfig, format whole codebase 2 years ago
.formatter.exs Initial mix project 2 years ago
.gitignore Initial mix project 2 years ago
LICENSE.txt Set license tio AGPLv3 2 years ago
README.md Add container/HAProxy tip to README 2 years ago
changelog.md Release ha-handler v0.4.2 1 year ago
mix.exs Fix eventual crash on failed DRBD backend, bump development version 1 year ago
mix.lock Replace srht CI by internal drone pipeline 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