hatop
hatop copied to clipboard
Does hatop still compatible for latest haproxy, and do you have plan to make it support python3?
Hi: I'm xin, from China, a python developer in SUSE. I have three questions about hatop:
- Is hatop project still in maintain?
- Is hatop project compatible for HaProxy 1.8+? Will keep evolving?
- Does hatop want to support python3? If yes, I probably could help to contribute.
Best regards, xin
Hey Xin, I jst submitted a pull-request to make hatop compatible with Python 3.
as for 2. - hatop is working fine with HAProxy 1.8+
I still use HATop with a variety of different HAProxy versions and configurations, and it mostly works great. Owing to the ongoing phase-out of Python 2.x, I've forked this repo over at https://github.com/jhunt/hatop, and merged in @hajs's PR to implement Python 3 support. I intend to continue maintaining HATop over there, for as long as I find value in it (i.e. the foreseeable future).
Reviving an old thread. I am running Ubuntu 22.04 with Python 3.10.6 and Haproxy 2.6.6 and latest version of hatop.
I get value error: not enough values to unpack (expected 2, got 1)
I reckon this is because the python version is to new.
Will it be support for this in the near future?
@02dag are you using the latest hatop release from this repository or from my fork over at https://github.com/jhunt/hatop?