-
Notifications
You must be signed in to change notification settings - Fork 67
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
Cluster Health - Can't modify frozen String #86
Comments
I ran into this today as well with check-rabbitmq-consumers.rb, same error (can't modify frozen String). I disabled the frozen_string_literal header and the heck was able to generate the appropriate output.
|
I'm seeing the same with check-rabbitmq-node-usage.rb. Full stack trace is:
With both Sensu 1.2.1 and 1.3.1, and sensu-plugins-rabbitmq v4.1.1. @kalemeow where did you disable that string? |
@rtkmhart The header is set at the top of the check script itself, ie https://github.com/sensu-plugins/sensu-plugins-rabbitmq/blob/master/bin/check-rabbitmq-node-usage.rb#L2 . Set it to false to disable (and enable your check to alert properly). |
Examples:
Correct servers:
One server is invalid:
Versions:
The text was updated successfully, but these errors were encountered: