{"id":37007031,"url":"https://github.com/shift31/haproxy-cluster-control","last_synced_at":"2026-01-14T00:46:20.341Z","repository":{"id":32521979,"uuid":"36103268","full_name":"shift31/haproxy-cluster-control","owner":"shift31","description":"CLI for managing clusters of haproxy servers via HTTP","archived":true,"fork":false,"pushed_at":"2015-07-02T16:57:24.000Z","size":1116,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-27T05:57:19.530Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shift31.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-23T01:57:33.000Z","updated_at":"2024-03-27T05:57:19.530Z","dependencies_parsed_at":"2022-09-01T10:40:42.261Z","dependency_job_id":null,"html_url":"https://github.com/shift31/haproxy-cluster-control","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/shift31/haproxy-cluster-control","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shift31%2Fhaproxy-cluster-control","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shift31%2Fhaproxy-cluster-control/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shift31%2Fhaproxy-cluster-control/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shift31%2Fhaproxy-cluster-control/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shift31","download_url":"https://codeload.github.com/shift31/haproxy-cluster-control/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shift31%2Fhaproxy-cluster-control/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28406557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-14T00:46:20.240Z","updated_at":"2026-01-14T00:46:20.327Z","avatar_url":"https://github.com/shift31.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HAProxy Cluster Control (haproxycc)\n\nCLI for managing clusters of HAProxy servers via HTTP\n\n## Installation\n\nDownload `haproxycc.phar`, copy to `/usr/local/sbin`, set executable permissions, and optionally rename to `haproxycc`\n\n## Configuration\n\n### HAProxy\n\n```\nlisten stats :8000\n  mode http\n  stats uri /stats\n  stats auth username:password\n  stats realm HAProxy\n  stats admin if TRUE\n```\n\n### haproxycc\n\nCreate `haproxycc.config.php` in `HOME` or `/etc`:\n\n```php\n\u003c?php\n\nreturn [\n    'environments' =\u003e [\n        'qa' =\u003e [\n            'servers'  =\u003e [\n                // FQDN of each haproxy server\n            ],\n            'port'     =\u003e 8000,\n            'baseUrl'  =\u003e '/stats',\n            'username' =\u003e 'username',\n            'password' =\u003e 'password'\n        ]\n    ],\n    'backend_nickname_map' =\u003e [\n        // optional, association of nicknames to backend names (as set in the haproxy config)\n        // i.e. 'www' =\u003e 'www_http'\n    ]\n];\n```\n\n## Usage\n\nList available commands with: ```haproxycc list```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshift31%2Fhaproxy-cluster-control","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshift31%2Fhaproxy-cluster-control","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshift31%2Fhaproxy-cluster-control/lists"}