rabbitmq-server/deps/rabbitmq_prometheus/docker/rabbitmq-dist-metrics-defin...

50 lines
1.0 KiB
JSON

{
"global_parameters": [
{"name": "cluster_name", "value": "rabbitmq-dist-metrics"}
],
"permissions": [
{
"configure": ".*",
"read": ".*",
"user": "guest",
"vhost": "/",
"write": ".*"
}
],
"policies": [
{
"apply-to": "queues",
"definition": {"ha-mode": "exactly", "ha-params": 1},
"name": "ha1",
"pattern": "ha1.*",
"priority": 0,
"vhost": "/"
},
{
"apply-to": "queues",
"definition": {"ha-mode": "exactly", "ha-params": 2},
"name": "ha2",
"pattern": "ha2.*",
"priority": 0,
"vhost": "/"
},
{
"apply-to": "queues",
"definition": {"ha-mode": "exactly", "ha-params": 3},
"name": "ha3",
"pattern": "ha3.*",
"priority": 0,
"vhost": "/"
}
],
"users": [
{
"hashing_algorithm": "rabbit_password_hashing_sha256",
"name": "guest",
"password_hash": "hENva+fxJ7gnmaBK/WhwNHOYbvB53/QjNcqhtF4KqF7p21+x",
"tags": "administrator"
}
],
"vhosts": [{"name": "/"}]
}