1
0
mirror of https://github.com/cmur2/munin-rabbitmq.git synced 2025-06-15 06:30:24 +02:00

Manage to hardcode vhost. Sorry folks.

This commit is contained in:
Ask Solem
2009-08-12 16:46:33 +02:00
parent 4f6cd27b37
commit 2559b8f41f
5 changed files with 5 additions and 5 deletions

View File

@ -69,6 +69,6 @@ fi
# real work - i.e. display the data. Almost always this will be
# "value" subfield for every data field.
sudo rabbitmqctl list_queues -p portal name memory | \
sudo rabbitmqctl list_queues -p $VHOST name memory | \
grep -v "^Listing" | grep -v "done.$" | \
perl -nle'($q, $s) = split; print("$q.value $s")'