1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 10:39:53 +00:00

Fixed typo in rabbitmq_queue_memory

This commit is contained in:
Vladimir Ryazanov 2015-03-05 17:22:09 +08:00
parent a70f7e48b2
commit c4220bde5f

View file

@ -30,7 +30,7 @@ fi
HOME=/tmp/
VHOST=${vhost:-"/"}
QUEUES=$(rabbitmqctl list_queues -p $VHOST name | \
QUEUES=$(HOME=$HOME rabbitmqctl list_queues -p $VHOST name | \
grep -v '^Listing' | \
grep -v 'done\.$' | sed -e 's/[.=-]/_/g' )