mirror of
https://github.com/taylanbakircioglu/haproxy-openmanager.git
synced 2026-09-12 05:48:58 +00:00
Update README: Change HAProxy Agent from Python Service to Bash Service
This commit is contained in:
@@ -209,7 +209,7 @@ graph TB
|
||||
| **Database** | PostgreSQL 15 | Configuration storage, user management, agent tasks | 5432 |
|
||||
| **Cache** | Redis 7 | Session storage, performance metrics caching | 6379 |
|
||||
| **Reverse Proxy** | Nginx | Frontend/backend routing, SSL termination | 8080 |
|
||||
| **HAProxy Agent** | Python Service | Polls backend, applies configs, manages HAProxy | N/A |
|
||||
| **HAProxy Agent** | Bash Service | Polls backend, applies configs, manages HAProxy | N/A |
|
||||
| **HAProxy Instances** | HAProxy 2.8+ | Load balancer instances being managed by agents | 8404+ |
|
||||
|
||||
### Agent Pull Communication Flow - Detailed Entity Management
|
||||
|
||||
Reference in New Issue
Block a user