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:
parent
ce4527df1f
commit
14a3e89421
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user