hatop icon indicating copy to clipboard operation
hatop copied to clipboard

Does hatop still compatible for latest haproxy, and do you have plan to make it support python3?

Open liangxin1300 opened this issue 6 years ago • 5 comments

Hi: I'm xin, from China, a python developer in SUSE. I have three questions about hatop:

  1. Is hatop project still in maintain?
  2. Is hatop project compatible for HaProxy 1.8+? Will keep evolving?
  3. Does hatop want to support python3? If yes, I probably could help to contribute.

Best regards, xin

liangxin1300 avatar Aug 09 '18 06:08 liangxin1300

Hey Xin, I jst submitted a pull-request to make hatop compatible with Python 3.

hajs avatar Oct 05 '18 15:10 hajs

as for 2. - hatop is working fine with HAProxy 1.8+

kepi avatar Apr 29 '19 13:04 kepi

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).

jhunt avatar Feb 29 '20 19:02 jhunt

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 avatar Jan 06 '23 13:01 02dag

@02dag are you using the latest hatop release from this repository or from my fork over at https://github.com/jhunt/hatop?

jhunt avatar Jan 15 '23 01:01 jhunt