1
0
mirror of https://github.com/cmur2/munin-rabbitmq.git synced 2024-11-13 02:56:18 +01:00

Fix quotes

This commit is contained in:
Ask Solem 2009-06-17 13:06:00 +02:00
parent 7751fd7578
commit f0be77dfd0

View File

@ -42,7 +42,7 @@ if [ "$1" = "config" ]; then
# one machine answer for several)
# The title of the graph
echo 'graph_title RabbitMQ $VHOST list_queues'
echo "graph_title RabbitMQ $VHOST list_queues"
# Arguments to "rrdtool graph". In this case, tell it that the
# lower limit of the graph is '0', and that 1k=1000 (not 1024)
echo 'graph_args --base 1000 -l 0'