Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Replace oj for multijson as sensu 0.13 requires it #5

Closed
wants to merge 1 commit into from

Conversation

ggayan
Copy link

@ggayan ggayan commented Aug 1, 2014

No description provided.

@portertech
Copy link

👍

@norrs
Copy link

norrs commented Sep 28, 2014

👍 . This works for me.

But the patch should probably be updated to be backwards compatible with older sensu versions as well.

I'm not a ruby coder, but something along the lines:

try:
import MultiJson
except LoadError:
import Oj

?

@wilshire461
Copy link

👍

@ggayan ggayan closed this Apr 4, 2016
@ggayan ggayan deleted the patch-1 branch April 4, 2016 14:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants