Monitoring and decision-making logic for our High Availability environment. http://proxy.recycled.cloud
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
2022-07-04 12:38:09 +02:00
config Appsignal: ignore backend errors. 2022-07-04 12:36:34 +02:00
lib Appsignal: ignore backend errors. 2022-07-04 12:36:34 +02:00
priv/static Add initial plumbing for DRBD 2022-02-25 13:39:58 +01:00
rel Add our own OTP release configuration 2022-01-25 10:52:07 +01:00
test Initial mix project 2022-01-24 14:03:10 +01:00
.drone.yml Pin build image to Alpine 3.15 2022-06-09 08:54:13 +02:00
.editorconfig Set editorconfig, format whole codebase 2022-02-23 17:53:00 +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
LICENSE.txt Set license tio AGPLv3 2022-01-25 09:49:07 +01:00
README.md Add container/HAProxy tip to README 2022-01-25 09:44:08 +01:00
changelog.md Release ha-handler v0.4.2 2022-07-04 12:38:09 +02:00
mix.exs Fix eventual crash on failed DRBD backend, bump development version 2022-07-04 12:27:44 +02:00
mix.lock Replace srht CI by internal drone pipeline 2022-04-20 11:35:58 +02:00

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