zabbix6.2监控haproxy


zabbix监控haproxy

haproxy主配置文件加入

    frontend stats
        bind *:8404
        stats enable
        stats uri /stats
        stats refresh 10s
        #stats auth Username:Password  # Authentication credentials
    
    
    

`systemctl   restart haproxy`




![upload successful](/images/pasted-11.png)

Author: 千里
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint policy. If reproduced, please indicate source 千里 !
  TOC