haproxyadmin icon indicating copy to clipboard operation
haproxyadmin copied to clipboard

A python library to interact with HAProxy over UNIX socket

Results 3 haproxyadmin issues
Sort by recently updated
recently updated
newest added

Currently, the connection is established via unix socket files. It would be nice if this library would also support connecting to HAProxy over TCP as well. :) [EDIT]: URLs might...

`Connection*Error` and `PermissionError` are subclasses of OSError so no need to be overly specific.

https://github.com/unixsurfer/haproxyadmin/blob/3016b9a239ff2d69efcb96cf0dae9020cf3f6cad/setup.cfg#L4 This is failing because of the following: ``` × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [16 lines of output] Traceback (most recent call...