Alignak-monitoring / alignak

Monitoring tool, highly flexible and new standard oriented
https://alignak-monitoring.github.io
GNU Affero General Public License v3.0
86 stars 19 forks source link

Sending metrics library must pickle with protocol version #1044

Closed mohierf closed 6 years ago

mohierf commented 6 years ago

Alignak is using a Carboniface.py library to send metrics to Carbon/Graphite. When Alignak is running with the Python 3 interpreter, Graphite will not be able to unserialize pickled metrics because of the pickle protocol version that is not supported.

Writing with protocol=3 is not readable by an application running with Python 2