Skip to content
Discussion options

You must be logged in to vote

The important distinction is that the Docker compose "remote haproxy" containers are test fixtures, not the normal production connection model.

OpenManager's real model is agent-pull:

  • run the OpenManager backend/frontend/database stack centrally;
  • create a pool/cluster in the UI;
  • install the generated haproxy-agent script on each target HAProxy machine;
  • the agent on that machine reads/writes the local HAProxy config, talks to the local stats socket/binary/service, and polls OpenManager for work.

So if HAProxy is running in Docker on remote machines, the question becomes where the agent runs:

  1. Agent on the Docker host, managing the HAProxy container's mounted config and reload mechanism.

    T…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zanetdev
Comment options

Answer selected by zanetdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants