summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/rabbitmq/testdata/v3.11.5/api-vhosts.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/go/collectors/go.d.plugin/modules/rabbitmq/testdata/v3.11.5/api-vhosts.json82
1 files changed, 82 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/rabbitmq/testdata/v3.11.5/api-vhosts.json b/src/go/collectors/go.d.plugin/modules/rabbitmq/testdata/v3.11.5/api-vhosts.json
new file mode 100644
index 000000000..ed2c3418d
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/rabbitmq/testdata/v3.11.5/api-vhosts.json
@@ -0,0 +1,82 @@
+[
+ {
+ "cluster_state": {
+ "rabbit@localhost": "running"
+ },
+ "default_queue_type": "undefined",
+ "description": "Default virtual host",
+ "messages": 1,
+ "messages_details": {
+ "rate": 0
+ },
+ "messages_ready": 1,
+ "messages_ready_details": {
+ "rate": 0
+ },
+ "messages_unacknowledged": 1,
+ "messages_unacknowledged_details": {
+ "rate": 0
+ },
+ "metadata": {
+ "description": "Default virtual host",
+ "tags": []
+ },
+ "name": "/",
+ "tags": [],
+ "tracing": false
+ },
+ {
+ "cluster_state": {
+ "rabbit@localhost": "running"
+ },
+ "default_queue_type": "classic",
+ "description": "",
+ "messages": 1,
+ "messages_details": {
+ "rate": 0
+ },
+ "messages_ready": 1,
+ "messages_ready_details": {
+ "rate": 0
+ },
+ "messages_unacknowledged": 1,
+ "messages_unacknowledged_details": {
+ "rate": 0
+ },
+ "metadata": {
+ "default_queue_type": "classic",
+ "description": "",
+ "tags": []
+ },
+ "name": "myFirstVhost",
+ "tags": [],
+ "tracing": false
+ },
+ {
+ "cluster_state": {
+ "rabbit@localhost": "running"
+ },
+ "default_queue_type": "classic",
+ "description": "",
+ "messages": 1,
+ "messages_details": {
+ "rate": 0
+ },
+ "messages_ready": 1,
+ "messages_ready_details": {
+ "rate": 0
+ },
+ "messages_unacknowledged": 1,
+ "messages_unacknowledged_details": {
+ "rate": 0
+ },
+ "metadata": {
+ "default_queue_type": "classic",
+ "description": "",
+ "tags": []
+ },
+ "name": "mySecondVhost",
+ "tags": [],
+ "tracing": false
+ }
+]