-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for redis as a transport #639
Conversation
LGTM |
This is awesome!! |
manifests/init.pp
Outdated
@@ -196,6 +196,11 @@ | |||
# Boolean. Reconnect to Redis in the event of a connection failure | |||
# Default: true | |||
# | |||
# [*transport_types*] | |||
# String. Transport type to be used by Sense |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably say Sensu rather than Sense.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
Hi @RiRa12621, thanks for the pull request. This implementation seems reasonable, but I'd like to point out a few things for those following this PR.
With regard to the last two points, I think its reasonable to remove logic guarding redis transport on Sensu < 0.19 as that code will most likely never be exercised. |
Hey @cwjohnston,
|
removing trailing whitespaces support for redis as a transport
is there nay progress to be expected on this one ? |
A lot more, if you include the length of time they ignored my pull
request... I am continuing to use my own fork. Good luck.
On 24 May 2017 14:18, "Rick Rackow" <[email protected]> wrote:
is there nay progress to be expected on this one ?
it’s been a month now
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#639 (comment)>,
or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADOsBAKkYLJoSYEADWggx2j-VwN8-zljks5r9C4IgaJpZM4NAQm9>
.
|
true actually |
I've merged this for you. I want to make it clear why this took so long.
I understand the frustration here, but please try and be patient. I am not ignoring you. |
@jaxxstorm any updates on this? |
this fixes #556
this work is heavily based on the work of @raffraffraff
this should be supported ASAP