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

Looks like plugin generate false CRITICAL result when check command return empty list #5

Closed
IvanBayan opened this issue Aug 11, 2015 · 1 comment · Fixed by #6
Closed

Comments

@IvanBayan
Copy link

root@host:/usr/local/lib/nagios/plugins# ./check_rabbitmq -a queues_count -C 100 -W 80
CRITICAL - list index out of range
root@host:/usr/local/lib/nagios/plugins# rabbitmqctl list_queues
Listing queues ...
root@host:/usr/local/lib/nagios/plugins# echo $?
0

@CaptPhunkosis
Copy link
Owner

Hey @IvanBayan,

It's been four years since I've even used rabbitmq so I wouldn't be shocked to find if this doesn't even work with current versions of the service. If you want to toss a pull request with a fix my way I'm more than happy to merge it in. Probably won't be fixing this myself though.

Thanks

mm0 added a commit to mm0/check_rabbitmq that referenced this issue Sep 28, 2015
CaptPhunkosis added a commit that referenced this issue Feb 24, 2016
[Issue #5] Fix Fix text fluff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants