Skip to content

Commit

Permalink
Add credentials rabbitmq api in conf.yaml.example
Browse files Browse the repository at this point in the history
It is necessary to add the fields rabbitmq_user and rabbitmq_pass so that the agent can authenticate to the rabbitmq api
  • Loading branch information
luisfroliveira authored Sep 19, 2024
1 parent 6faa14c commit c45928a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rabbitmq/datadog_checks/rabbitmq/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,8 @@ instances:
## url of the RabbitMQ Management Plugin (http://www.rabbitmq.com/management.html).
#
# rabbitmq_api_url: http://localhost:15672/api/
# rabbitmq_user: datadog
# rabbitmq_pass: some_password

## @param tag_families - boolean - optional - default: false
## To tag queue "families" based off of regex matching.
Expand Down Expand Up @@ -779,6 +781,7 @@ instances:
# - type: file
# path: /var/log/rabbitmq/*.log
# source: rabbitmq
# service: rabbitmq
# log_processing_rules:
# - type: multi_line
# name: logs_starts_with_equal_sign
Expand Down

0 comments on commit c45928a

Please sign in to comment.