-
Notifications
You must be signed in to change notification settings - Fork 39
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
messages uncommitted error #15
Comments
This issues still seems to be a problem. In our case we get the following log entry: The config values and the output of rabbitmqctl is not matching. This is why the munin graphs and html is not working and always displays "-nan". CONFIG OUTPUT: munin-run rabbitmq_messages_uncommitted configgraph_title RabbitMQ /queuename Uncommitted Messages MUNIN-RUN OUTPUT: |
Muninnode log:
2013/07/29-10:35:10 [6966] Error output from rabbitmq_messages_uncommitted:
2013/07/29-10:35:10 [6966] Error: {bad_argument,'-p'}
The command in question:$VHOST name messages_uncommitted | grep -v "^Listing" | grep -v "done.$ " | sed "s/[\t]/.value /g"
HOME=$HOME rabbitmqctl list_channels -p
-p $VHOST is not a valid option for list_channels.
The text was updated successfully, but these errors were encountered: