Skip to content
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

Error in check_rabbitmq_server #57

Closed
seitzbg opened this issue Jan 13, 2016 · 0 comments
Closed

Error in check_rabbitmq_server #57

seitzbg opened this issue Jan 13, 2016 · 0 comments
Labels

Comments

@seitzbg
Copy link

seitzbg commented Jan 13, 2016

On line 359 where you have:
if (!$p || !$used) {

Should be:

if (!$p || !defined($used)) {

Since if $used is 0, !$used triggers and states it cannot find the value for sockets or other items.

barryib added a commit that referenced this issue Apr 25, 2016
barryib added a commit that referenced this issue Apr 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants