{"id":20244272,"url":"https://github.com/protonmail/haproxy-health-check","last_synced_at":"2025-04-10T20:43:44.529Z","repository":{"id":62568913,"uuid":"122985096","full_name":"ProtonMail/haproxy-health-check","owner":"ProtonMail","description":"HAProxy Health Check for EXABGP","archived":false,"fork":false,"pushed_at":"2018-02-26T14:57:36.000Z","size":4,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T23:35:21.633Z","etag":null,"topics":["exabgp","haproxy","high-availability","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProtonMail.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-26T14:57:16.000Z","updated_at":"2023-11-20T21:30:48.000Z","dependencies_parsed_at":"2022-11-03T16:31:56.548Z","dependency_job_id":null,"html_url":"https://github.com/ProtonMail/haproxy-health-check","commit_stats":null,"previous_names":["kaplun/haproxy-health-check"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProtonMail%2Fhaproxy-health-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProtonMail%2Fhaproxy-health-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProtonMail%2Fhaproxy-health-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProtonMail%2Fhaproxy-health-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProtonMail","download_url":"https://codeload.github.com/ProtonMail/haproxy-health-check/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248294102,"owners_count":21079782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["exabgp","haproxy","high-availability","python"],"created_at":"2024-11-14T09:13:59.560Z","updated_at":"2025-04-10T20:43:44.509Z","avatar_url":"https://github.com/ProtonMail.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"haproxy-health-check\n===============================\n\nversion number: 0.0.1\nauthor: Samuele Kaplun\n\nOverview\n--------\n\nHAProxy Health Check for EXABGP\n\nInstallation / Usage\n--------------------\n\nTo install use pip:\n\n    $ pip install haproxy-health-check\n\n\nOr clone the repo:\n\n    $ git clone https://github.com/kaplun/haproxy-health-check.git\n    $ python setup.py install\n    \nExample\n-------\n\nUse e.g. inside an EXABGP configuration such as:\n\n    # Check if the service is available to announce a route to\n    # it. Since the purpose is high availability, it is expected\n    # that another host is present with a similar\n    # configuration. IP address for the service is expected to be\n    # configured on the loopback interface. You can run the\n    # healthcheck process manually to check if it works as\n    # expected (-h flag will give you available options)\n\n    process service-haproxy {\n        run python -m exabgp healthcheck -s --name haproxy --cmd \"haproxy-health-check\" --start-ip 0;\n        encoder text;\n    }\n\n    neighbor 10.0.0.3 {\n        description \"will announce a route to a service\";\n        router-id 198.111.227.39;\n        local-address 10.0.0.2;\n        local-as 65533;\n        peer-as 65533;\n\n        api services {\n            processes [ service-haproxy ];\n        }\n    }","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotonmail%2Fhaproxy-health-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprotonmail%2Fhaproxy-health-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotonmail%2Fhaproxy-health-check/lists"}