nytimes/collectd-rabbitmq

python3 migration/support

docwho76 opened this issue · 2 comments

python2 stops getting updates January 1, 2020. Is this plugin going to migrate to python3 before that date? Are there plans for this?

@docwho76 The operating system might continue to supply package updates after that date, which might explain why this hasn't been a priority here.

For example, the collectd package in Ubuntu 18.04 still depends on Python 2.7: https://packages.ubuntu.com/bionic/collectd, which I assume makes it tricky to run plugins like this with Python 3.

The tests here have some external dependencies that would need to be updated, like the Ansible Galaxy role for collectd.

- name: jimbydamonk.collectd

It is using Ubuntu 16.04: https://github.com/jimbydamonk/ansible-collectd/blob/adba923f44a6d73ae870596a4673aeb35e62ecdb/meta/main.yml#L8-L11

Nonetheless, it would be interesting to hear if @jimbydamonk has any thoughts to share on this topic :)

Thanks for the plugin!

Hi folks,
is there any estimation when this will be implemented? I have Ubuntu 20 where no Python 2.7 is deployed and collectd-rabbitmq was installed using pip3. But still there are errors referring to urllib2.