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:
parent
a70f7e48b2
commit
c4220bde5f
1 changed files with 1 additions and 1 deletions
|
@ -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' )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue