« Haproxy : Stats haproxy » : différence entre les versions

De www.yakakliker.org
(Page créée avec « <syntaxhighlight lang="bash"> frontend stats mode http bind *:8404 stats enable stats uri /stats stats refresh 10s stats admin if LOCALHOST </syntaxhighlight> https://www.haproxy.com/blog/exploring-the-haproxy-stats-page Catégorie:Haproxy »)
 
Aucun résumé des modifications
 
Ligne 8 : Ligne 8 :
     stats admin if LOCALHOST
     stats admin if LOCALHOST
</syntaxhighlight>
</syntaxhighlight>
URL : [http://Adresse&#x20;IP:8404/stats http://adresse IP:8404/stats]




https://www.haproxy.com/blog/exploring-the-haproxy-stats-page
https://www.haproxy.com/blog/exploring-the-haproxy-stats-page
[[Catégorie:Haproxy]]
[[Catégorie:Haproxy]]

Dernière version du 4 juin 2025 à 16:01

frontend stats
    mode http
    bind *:8404
    stats enable
    stats uri /stats
    stats refresh 10s
    stats admin if LOCALHOST

URL : http://adresse IP:8404/stats


https://www.haproxy.com/blog/exploring-the-haproxy-stats-page