Fix RabbitMQ whitelist documentation error

In monasca_agent/collector/checks_d/rabbitmq.py QUEUE_TYPE is defined
as 'queues'. In conf.d/rabbitmq.yaml.example the whitelist stores the
permitted queues in the list 'queue'. This should be 'queues'. If the
documentation is followed the user specified white list is ignored.
The same looks to be the case for exchanges and nodes.

Story: 2001290
Change-Id: I3e70a888f5c0db27951e619da8bc17ae9eaf9da9
This commit is contained in:
Doug Szumski 2017-11-14 15:40:49 +00:00
parent ce4527df1f
commit 14a3e89421
1 changed files with 3 additions and 3 deletions

View File

@ -52,16 +52,16 @@ instances:
- queue1
- queue2
whitelist:
queue:
queues:
- message_stats/deliver_details/rate
- message_stats/publish_details/rate
- message_stats/redeliver_details/rate
exchange:
exchanges:
- message_stats/publish_out
- message_stats/publish_out_details/rate
- message_stats/publish_in
- message_stats/publish_in_details/rate
node:
nodes:
- fd_used
- mem_used
- run_queue