Skip to content

Commit

Permalink
Merge pull request #481 from DataDog/lewis/fix_recipes_references
Browse files Browse the repository at this point in the history
update github references to DataDog/integrations-core/
  • Loading branch information
Lewis Soto authored Oct 13, 2017
2 parents ee2f191 + 6e3fc01 commit b1f0280
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions recipes/cassandra.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
# Set the following attributes
# * `instances` (required)
# List of Cassandra clusters to monitor. Each cluster is generally a dictionary with a `host`, `port` and a `name`.
# More attributes are available. For more information, please refer to : https://github.com/DataDog/dd-agent/blob/master/conf.d/cassandra.yaml.example
# More attributes are available. For more information, please refer to : https://github.com/DataDog/integrations-core/blob/master/cassandra/conf.yaml.example
# * `version` (optional)
# Select the appropriate configuration file template. Available options are:
# * `1` (Default, recommended for Cassandra < 2.2).
# Use Cassandra legacy metrics, i.e. https://github.com/DataDog/dd-agent/blob/5.6.x/conf.d/cassandra.yaml.example#L23-L74
# * `2` (recommended for Cassandra >= 2.2).
# Use Cassandra expanded metrics (CASSANDRA-4009) introduced in 1.2 (https://wiki.apache.org/cassandra/Metrics),
# i.e. https://github.com/DataDog/dd-agent/blob/master/conf.d/cassandra.yaml.example#L23-L102
# i.e. https://github.com/DataDog/integrations-core/blob/master/cassandra/conf.yaml.example#L23-L102

# Example:

Expand Down
2 changes: 1 addition & 1 deletion recipes/kafka.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Set the following attributes
# * `instances` (required)
# List of Kafka clusters to monitor. Each cluster is generally a dictionary with a `host`, `port` and a `name`.
# More attributes are available. For more information, please refer to : https://github.com/DataDog/dd-agent/blob/master/conf.d/kafka.yaml.example
# More attributes are available. For more information, please refer to : https://github.com/DataDog/integrations-core/blob/master/kafka/conf.yaml.example
# * `version` (optional)
# Select the appropriate configuration file template. Available options are:
# * `1` (Default, Kafka < 0.8.2).
Expand Down
2 changes: 1 addition & 1 deletion recipes/ntp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Build a data structure with configuration.
# @note NTP check is enabled by default since datadog-agent 5.3.0.
# @see https://github.com/DataDog/dd-agent/blob/master/conf.d/ntp.yaml.default
# @see https://github.com/DataDog/integrations-core/blob/master/ntp/conf.yaml.default
# @example
# node.override['datadog']['ntp']['instances'] = [
# {
Expand Down
2 changes: 1 addition & 1 deletion recipes/pgbouncer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
include_recipe 'datadog::dd-agent'

# Build a data structure with configuration.
# @see https://github.com/DataDog/dd-agent/blob/master/conf.d/pgbouncer.yaml.example Pgbouncer Example
# @see https://github.com/DataDog/integrations-core/blob/master/pgbouncer/conf.yaml.example Pgbouncer Example
# @example
# node.override['datadog']['pgbouncer']['instances'] = [
# {
Expand Down
2 changes: 1 addition & 1 deletion recipes/php_fpm.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include_recipe 'datadog::dd-agent'

# Build a data structure with configuration.
# @see https://github.com/DataDog/dd-agent/blob/master/conf.d/php_fpm.yaml.example PHP-FPM Example
# @see https://github.com/DataDog/integrations-core/blob/master/php_fpm/conf.yaml.example PHP-FPM Example
# @example
# node.override['datadog']['php_fpm']['instances'] = [
# {
Expand Down
2 changes: 1 addition & 1 deletion recipes/postgres.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include_recipe 'datadog::dd-agent'

# Build a data structure with configuration.
# @see https://github.com/DataDog/dd-agent/blob/master/conf.d/postgres.yaml.example PostgreSQL Example
# @see https://github.com/DataDog/integrations-core/blob/master/postgres/conf.yaml.example PostgreSQL Example
# @example
# node.override['datadog']['postgres']['instances'] = [
# {
Expand Down
2 changes: 1 addition & 1 deletion recipes/redisdb.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include_recipe 'datadog::dd-agent'

# Build a data structure with configuration.
# @see https://github.com/DataDog/dd-agent/blob/master/conf.d/redisdb.yaml.example RedisDB Example
# @see https://github.com/DataDog/integrations-core/blob/master/redisdb/conf.yaml.example RedisDB Example
# @example
# node.override['datadog']['redisdb']['instances'] = [
# {
Expand Down
2 changes: 1 addition & 1 deletion recipes/solr.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include_recipe 'datadog::dd-agent'

# Monitor solr
# @see https://github.com/DataDog/dd-agent/blob/master/conf.d/solr.yaml.example Solr Example
# @see https://github.com/DataDog/integrations-core/blob/master/solr/conf.yaml.example Solr Example
# @example
#

Expand Down
2 changes: 1 addition & 1 deletion recipes/supervisord.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
include_recipe 'datadog::dd-agent'

# Build a data structure with configuration.
# @see https://github.com/DataDog/dd-agent/blob/master/conf.d/supervisord.yaml.example Supervisord Example
# @see https://github.com/DataDog/integrations-core/blob/master/supervisord/conf.yaml.example Supervisord Example
# @example
# node.override['datadog']['supervisord']['instances'] = [
# {
Expand Down
2 changes: 1 addition & 1 deletion recipes/win32_event_log.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include_recipe 'datadog::dd-agent'

# Monitor the Windows Event Log
# @see https://github.com/DataDog/dd-agent/blob/master/conf.d/win32_event_log.yaml.example for details
# @see https://github.com/DataDog/integrations-core/blob/master/win32_event_log/conf.yaml.example for details
#
# @example
# node['datadog']['win32_event_log']['init_config'] = {
Expand Down

0 comments on commit b1f0280

Please sign in to comment.