Update the RabbitMQ dashboard

This patch updates the RabbitMQ dashboard to retrieve the correct list
of RabbitMQ nodes. The previous version didn't work when RabbitMQ
doesn't run on the controllers.

Related-Bug: #1547086
Change-Id: I32bead30a46163b6a6e5fd9c2b94fda542a07b6b
This commit is contained in:
Guillaume Thouvenin
2016-04-26 13:50:09 +02:00
parent 972dfc47b1
commit 6cc0d6b945

View File

@@ -1209,7 +1209,7 @@
"includeAll": true,
"name": "server",
"options": [],
"query": "show tag values from pacemaker_local_resource_active with key = hostname where environment_label = '$environment' ",
"query": "show tag values from rabbitmq_consumers with key = hostname where environment_label = '$environment' ",
"refresh": true,
"refresh_on_load": true,
"regex": "",