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