Skip to content

Commit

Permalink
ActiveMQ_xml docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvaka committed May 28, 2019
1 parent 2a04418 commit d80e1d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifests/integrations/activemq_xml.pp
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
# Hiera Usage:
#
# datadog_agent::integrations::activemq_xml::instances:
# - host: 'http://localhost:8161'
# - url: 'http://localhost:8161'
# username: 'datadog'
# password: 'some_pass'
# supress_errors: false
# detailed_queues: ['queue1', 'queue2', 'queue3'],
# detailed_topics: ['topic1', 'topic2', 'topic3'],
# detailed_subscribers: ['subscriber1', 'subscriber2', 'subscriber3'],
# detailed_queues: ['queue1', 'queue2', 'queue3']
# detailed_topics: ['topic1', 'topic2', 'topic3']
# detailed_subscribers: ['subscriber1', 'subscriber2', 'subscriber3']
#
#
class datadog_agent::integrations::activemq_xml(
Expand Down

0 comments on commit d80e1d2

Please sign in to comment.