haproxy

Manage and monitor HAProxy with configuration validation, status checks, and graceful reloads.

1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/BjzyLabs/vCenterCert --skill haproxy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: haproxy
Source: https://github.com/BjzyLabs/vCenterCert/tree/main/.ruler/skills/haproxy
Command: npx skills add https://github.com/BjzyLabs/vCenterCert --skill haproxy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

HAProxy is a high-performance load balancer used to distribute traffic, terminate SSL, and monitor backend health. This skill provides automated management and real-time visibility to keep traffic flowing and configurations correct with minimal manual intervention.

Core Features & Use Cases

  • Configuration validation and graceful reloads to prevent traffic disruption.
  • Service and backend health monitoring to detect outages and reroute traffic.
  • SSL termination management and certificate monitoring to ensure secure connections.
  • Routing verification and performance monitoring using haproxyctl and the stats endpoint to maintain visibility across edge and backend pools.

Quick Start

To begin, verify connectivity to the HAProxy stats endpoint, validate the configuration, and perform a graceful reload. Example workflow: check service status with systemctl, validate configuration with haproxy -f /etc/haproxy/haproxy.cfg -c, reload with haproxyctl reload, and review stats via curl to the stats endpoint.

Frequently Asked Questions about haproxy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate HAProxy configuration and reload without dropping traffic?

To validate HAProxy configuration, run haproxy -f /etc/haproxy/haproxy.cfg -c. After validation succeeds, use haproxyctl reload to perform a graceful reload that prevents traffic disruption across your backend pools.

How does HAProxy backend health monitoring work for detecting outages?

HAProxy backend health monitoring continuously checks backend server status to detect outages. When an outage occurs, HAProxy automatically reroutes traffic to healthy servers, maintaining high availability across edge and backend pools.

Do I need haproxyctl and openssl to manage SSL termination and routing?

Yes, managing SSL termination and verifying routing requires haproxyctl, curl, and openssl, along with appropriate system privileges to perform operations and maintain secure connections.

What is the best way to check HAProxy service status and review stats?

The best way to check HAProxy service status is using systemctl. To review stats, use curl to access the HAProxy stats endpoint, providing real-time visibility into traffic across edge and backend pools.

Why does HAProxy configuration validation fail during a graceful reload?

HAProxy configuration validation fails when there are syntax errors in /etc/haproxy/haproxy.cfg. Always run haproxy -c to validate before attempting a graceful reload with haproxyctl to avoid service disruptions.

Can I monitor SSL certificate expiration and backend health across multiple pools?

Yes, you can monitor SSL certificate expiration and backend health across multiple pools. Using haproxyctl and the stats endpoint provides visibility into SSL termination status and backend server health.