Skip to content

Commit

Permalink
RabbitMQ doc update (#3986)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthnaebeck authored and Kaylyn committed Jun 26, 2019
1 parent 6deed33 commit f030190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rabbitmq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The RabbitMQ check is included in the [Datadog Agent][3] package. No additional

### Configuration

Edit the `rabbitmq.d/conf.yaml` file, in the `conf.d/` folder at the root of your [Agent's configuration directory][4] to start collecting your RabbitMQ [metrics](#metric-collection) and [logs](#log-collection). See the [sample rabbitmq.yaml][5] for all available configuration options.
Edit the `rabbitmq.d/conf.yaml` file, in the `conf.d/` folder at the root of your [Agent's configuration directory][4] to start collecting your RabbitMQ [metrics](#metric-collection) and [logs](#log-collection). See the [sample rabbitmq.d/conf.yaml][5] for all available configuration options.

#### Prepare RabbitMQ

Expand Down Expand Up @@ -66,7 +66,7 @@ If you don't set `vhosts`, the Agent sends the following for EVERY vhost:

If you do set `vhosts`, the Agent sends this check and metric only for the vhosts you list.

There are options for `queues` and `nodes` that work similarly. The Agent checks all queues and nodes by default, but you can provide lists or regexes to limit this. See the [example check configuration][5] for details.
There are options for `queues` and `nodes` that work similarly. The Agent checks all queues and nodes by default, but you can provide lists or regexes to limit this. See the [rabbitmq.d/conf.yaml][5] for examples.

Configuration Options:

Expand Down

0 comments on commit f030190

Please sign in to comment.