nytimes / collectd-rabbitmq

A collected plugin, written in python, to collect statistics from RabbitMQ.
https://collectd-rabbitmq.readthedocs.org/
Other
145 stars 79 forks source link

Changed from urllib2 to requests library #50

Closed janboll closed 8 years ago

janboll commented 8 years ago

I encountered this issue: https://github.com/NYTimes/collectd-rabbitmq/issues/32

Switching to requests lib solved the problem for me.

janboll commented 8 years ago

Let me look at the tests first.