shinken-monitoring / mod-livestatus

Shinken module for presenting data with a MK/Livestatus comptabile interface
GNU Affero General Public License v3.0
15 stars 20 forks source link

Fix encoding excetion with non ascii char #56

Closed Seb-Solon closed 9 years ago

Seb-Solon commented 9 years ago

This fix two things : An exception raised when strange character where in a command An exception in livestatus modules when logging brok with bad char.

gst commented 9 years ago

damn :

Failure: ImportError (cannot import name LiveStatusClientThread) ... ERROR

I thought these tests import failures were resolved.. gonna give it a personal check.. ;)

Seb-Solon commented 9 years ago

Should be fine with naparuba/shinken@0c9b43d7cd11d33bc57e3f6989efa6bfe756348d

gst commented 9 years ago

Thx Seb ;)