mirror of
https://github.com/cmur2/munin-rabbitmq.git
synced 2024-11-14 08:56:18 +01:00
Merge pull request #7 from ZHOUTING/patch-1
messages_uncommitted doesn't exist in list_queues.
This commit is contained in:
commit
0d519ceb69
@ -70,6 +70,6 @@ fi
|
||||
# real work - i.e. display the data. Almost always this will be
|
||||
# "value" subfield for every data field.
|
||||
|
||||
HOME=$HOME rabbitmqctl list_queues -p $VHOST name messages_uncommitted | \
|
||||
HOME=$HOME rabbitmqctl list_channels -p $VHOST name messages_uncommitted | \
|
||||
grep -v "^Listing" | grep -v "done.$" | \
|
||||
perl -nle'($q, $s) = split; $q =~ s/[.=-]/_/g; print("$q.value $s")'
|
||||
|
Loading…
Reference in New Issue
Block a user