Hi,

I have several haproxy installations running on HAProxy version 1.5.4, released 2014/09/02 (debian packet) and I see no counting up on the stats socket session counter.

The Bytes-counter count up on every reload, but the sessions total stay and don't get updated on every reload (as I was used to have).

listen stats
        bind 128.130.XX.XX:80 name IPv4
        bind 2001:629:XX::XX:80 transparent name IPv6
        mode http
        stats enable
        stats realm Haproxy\ Statistics
        stats uri /

        acl stats-access src 127.0.0.1
        acl stats-access src 128.130.XX.XX
        acl stats-access src 2001:629:XX::XX # wspk.zid
        http-request deny if ! stats-access


thanks
Philipp

--
-----------------------------------------------------------------------
DI Mag. Philipp Kolmann                  mail: [email protected]
Technische Universitaet Wien                  web: www.zid.tuwien.ac.at
Zentraler Informatikdienst (ZID)                 tel: +43(1)58801-42011
Wiedner Hauptstr. 8-10, A-1040 Wien                        DVR: 0005886
-----------------------------------------------------------------------


Reply via email to