We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ec787 commit fe59d5aCopy full SHA for fe59d5a
README.md
@@ -37,7 +37,7 @@ Below are sample commands to add a monitoring user with the required permissions
37
at your own risk or as a starting point - NOT a finishing point!
38
39
rabbitmqctl add_user zabbix pass
40
-rabbitmqctl set_user_tags zabbix management
+rabbitmqctl set_user_tags zabbix monitoring
41
rabbitmqctl set_permissions -p / zabbix '^aliveness-test$' '^amq\.default$' '^aliveness-test$'
42
43
```
0 commit comments