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:
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user