Skip to content

Commit

Permalink
Format links according to the format script (DataDog#10470)
Browse files Browse the repository at this point in the history
* Format links

* Fix conflicting links with rebase
  • Loading branch information
ChristineTChen authored Oct 25, 2021
1 parent 62ce739 commit 201b1dd
Show file tree
Hide file tree
Showing 144 changed files with 2,394 additions and 2,501 deletions.
34 changes: 17 additions & 17 deletions active_directory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ Get metrics and logs from Microsoft Active Directory to visualize and monitor it

The Agent's Active Directory check is included in the [Datadog Agent][1] package, so you don't need to install anything else on your servers.

If installing the Datadog Agent on a domain environment, see [the installation requirements for the Agent][9]
If installing the Datadog Agent on a domain environment, see [the installation requirements for the Agent][2]

### Configuration

#### Metric collection

1. Edit the `active_directory.d/conf.yaml` file, in the `conf.d/` folder at the root of your [Agent's configuration directory][2] to start collecting your Active Directory performance data. The default setup should already collect metrics for the localhost. See the [sample active_directory.d/conf.yaml][3] for all available configuration options.
1. Edit the `active_directory.d/conf.yaml` file, in the `conf.d/` folder at the root of your [Agent's configuration directory][3] to start collecting your Active Directory performance data. The default setup should already collect metrics for the localhost. See the [sample active_directory.d/conf.yaml][4] for all available configuration options.

2. [Restart the Agent][4]
2. [Restart the Agent][5]

#### Log collection

Expand Down Expand Up @@ -47,21 +47,21 @@ _Available for Agent versions >6.0_
```

Change the `path` and `service` parameter values and configure them for your environment.
See the [sample active_directory.d/conf.yaml][3] for all available configuration options.
See the [sample active_directory.d/conf.yaml][4] for all available configuration options.

3. This integration is intended for the [Active Directory Module for Ruby][5]. If you are not using the Ruby module, change the `source` value to `active_directory` and configure the `path` for your environment.
3. This integration is intended for the [Active Directory Module for Ruby][6]. If you are not using the Ruby module, change the `source` value to `active_directory` and configure the `path` for your environment.

4. [Restart the Agent][4].
4. [Restart the Agent][5].

### Validation

[Run the Agent's status subcommand][6] and look for `active_directory` under the Checks section.
[Run the Agent's status subcommand][7] and look for `active_directory` under the Checks section.

## Data Collected

### Metrics

See [metadata.csv][7] for a list of metrics provided by this integration.
See [metadata.csv][8] for a list of metrics provided by this integration.

### Events

Expand All @@ -73,14 +73,14 @@ The Active Directory check does not include any service checks.

## Troubleshooting

Need help? Contact [Datadog support][8].
Need help? Contact [Datadog support][9].

[1]: https://app.datadoghq.com/account/settings#agent
[2]: https://docs.datadoghq.com/agent/guide/agent-configuration-files/#agent-configuration-directory
[3]: https://github.com/DataDog/integrations-core/blob/master/active_directory/datadog_checks/active_directory/data/conf.yaml.example
[4]: https://docs.datadoghq.com/agent/guide/agent-commands/#start-stop-and-restart-the-agent
[5]: https://www.rubydoc.info/gems/activedirectory/0.9.3
[6]: https://docs.datadoghq.com/agent/guide/agent-commands/#agent-status-and-information
[7]: https://github.com/DataDog/integrations-core/blob/master/active_directory/metadata.csv
[8]: https://docs.datadoghq.com/help/
[9]: https://docs.datadoghq.com/agent/faq/windows-agent-ddagent-user/#installation-in-a-domain-environment
[2]: https://docs.datadoghq.com/agent/faq/windows-agent-ddagent-user/#installation-in-a-domain-environment
[3]: https://docs.datadoghq.com/agent/guide/agent-configuration-files/#agent-configuration-directory
[4]: https://github.com/DataDog/integrations-core/blob/master/active_directory/datadog_checks/active_directory/data/conf.yaml.example
[5]: https://docs.datadoghq.com/agent/guide/agent-commands/#start-stop-and-restart-the-agent
[6]: https://www.rubydoc.info/gems/activedirectory/0.9.3
[7]: https://docs.datadoghq.com/agent/guide/agent-commands/#agent-status-and-information
[8]: https://github.com/DataDog/integrations-core/blob/master/active_directory/metadata.csv
[9]: https://docs.datadoghq.com/help/
66 changes: 33 additions & 33 deletions activemq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

The ActiveMQ check collects metrics for brokers and queues, producers and consumers, and more.

**Note:** This check also supports ActiveMQ Artemis (future ActiveMQ version `6`) and reports metrics under the `activemq.artemis` namespace. See [metadata.csv][9] for a list of metrics provided by this integration.
**Note:** This check also supports ActiveMQ Artemis (future ActiveMQ version `6`) and reports metrics under the `activemq.artemis` namespace. See [metadata.csv][1] for a list of metrics provided by this integration.

**Note**: If you are running a ActiveMQ version older than 5.8.0, see the [Agent 5.10.x released sample files][1].
**Note**: If you are running a ActiveMQ version older than 5.8.0, see the [Agent 5.10.x released sample files][2].

## Setup

### Installation

The Agent's ActiveMQ check is included in the [Datadog Agent][2] package, so you don't need to install anything else on your ActiveMQ nodes.
The Agent's ActiveMQ check is included in the [Datadog Agent][3] package, so you don't need to install anything else on your ActiveMQ nodes.

The check collects metrics via JMX, so you need a JVM on each node so the Agent can fork [jmxfetch][3]. We recommend using an Oracle-provided JVM.
The check collects metrics via JMX, so you need a JVM on each node so the Agent can fork [jmxfetch][4]. We recommend using an Oracle-provided JVM.

### Configuration

Expand All @@ -25,8 +25,8 @@ The check collects metrics via JMX, so you need a JVM on each node so the Agent

To configure this check for an Agent running on a host:

1. **Make sure that [JMX Remote is enabled][4] on your ActiveMQ server.**
2. Configure the Agent to connect to ActiveMQ. Edit `activemq.d/conf.yaml`, in the `conf.d/` folder at the root of your [Agent's configuration directory][5]. See the [sample activemq.d/conf.yaml][6] for all available configuration options. See the [`metrics.yaml` file][15] for the list of default collected metrics.
1. **Make sure that [JMX Remote is enabled][5] on your ActiveMQ server.**
2. Configure the Agent to connect to ActiveMQ. Edit `activemq.d/conf.yaml`, in the `conf.d/` folder at the root of your [Agent's configuration directory][6]. See the [sample activemq.d/conf.yaml][7] for all available configuration options. See the [`metrics.yaml` file][8] for the list of default collected metrics.

```yaml
init_config:
Expand All @@ -41,7 +41,7 @@ To configure this check for an Agent running on a host:
name: activemq_instance
```
3. [Restart the agent][7]
3. [Restart the agent][9]
##### Log collection
Expand Down Expand Up @@ -73,14 +73,14 @@ _Available for Agent versions >6.0_
service: "<SERVICE_NAME>"
```

3. [Restart the Agent][7].
3. [Restart the Agent][9].

<!-- xxz tab xxx -->
<!-- xxx tab "Containerized" xxx -->

#### Containerized

For containerized environments, see the [Autodiscovery Integration Templates][13] for guidance on applying the parameters below.
For containerized environments, see the [Autodiscovery Integration Templates][10] for guidance on applying the parameters below.

##### Metric collection

Expand All @@ -100,7 +100,7 @@ partial -->

_Available for Agent versions >6.0_

Collecting logs is disabled by default in the Datadog Agent. To enable it, see [Kubernetes log collection documentation][14].
Collecting logs is disabled by default in the Datadog Agent. To enable it, see [Kubernetes log collection documentation][11].

| Parameter | Value |
| -------------- | ------------------------------------------------------ |
Expand All @@ -111,46 +111,46 @@ Collecting logs is disabled by default in the Datadog Agent. To enable it, see [

### Validation

[Run the Agent's status subcommand][8] and look for `activemq` under the Checks section.
[Run the Agent's status subcommand][12] and look for `activemq` under the Checks section.

## Data Collected

### Metrics

See [metadata.csv][9] for a list of metrics provided by this integration. Metrics associated with ActiveMQ Artemis flavor have `artemis` in their metric name, all others are reported for ActiveMQ "classic".
See [metadata.csv][1] for a list of metrics provided by this integration. Metrics associated with ActiveMQ Artemis flavor have `artemis` in their metric name, all others are reported for ActiveMQ "classic".

### Events

The ActiveMQ check does not include any events.

### Service Checks

See [service_checks.json][16] for a list of service checks provided by this integration.
See [service_checks.json][13] for a list of service checks provided by this integration.

## Troubleshooting

Need help? Contact [Datadog support][10].
Need help? Contact [Datadog support][14].

## Further Reading

Additional helpful documentation, links, and articles:

- [ActiveMQ architecture and key metrics][11]
- [Monitor ActiveMQ metrics and performance][12]

[1]: https://raw.githubusercontent.com/DataDog/dd-agent/5.10.1/conf.d/activemq.yaml.example
[2]: https://app.datadoghq.com/account/settings#agent
[3]: https://github.com/DataDog/jmxfetch
[4]: https://activemq.apache.org/jmx.html
[5]: https://docs.datadoghq.com/agent/guide/agent-configuration-files/#agent-configuration-directory
[6]: https://github.com/DataDog/integrations-core/blob/master/activemq/datadog_checks/activemq/data/conf.yaml.example
[7]: https://docs.datadoghq.com/agent/guide/agent-commands/#start-stop-and-restart-the-agent
[8]: https://docs.datadoghq.com/agent/guide/agent-commands/#agent-status-and-information
[9]: https://github.com/DataDog/integrations-core/blob/master/activemq/metadata.csv
[10]: https://docs.datadoghq.com/help/
[11]: https://www.datadoghq.com/blog/activemq-architecture-and-metrics
[12]: https://www.datadoghq.com/blog/monitor-activemq-metrics-performance
[13]: https://docs.datadoghq.com/agent/kubernetes/integrations/
[14]: https://docs.datadoghq.com/agent/kubernetes/log/?tab=containerinstallation#setup
[15]: https://github.com/DataDog/integrations-core/blob/master/activemq/datadog_checks/activemq/data/metrics.yaml
[16]: https://github.com/DataDog/integrations-core/blob/master/activemq/assets/service_checks.json
- [ActiveMQ architecture and key metrics][15]
- [Monitor ActiveMQ metrics and performance][16]

[1]: https://github.com/DataDog/integrations-core/blob/master/activemq/metadata.csv
[2]: https://raw.githubusercontent.com/DataDog/dd-agent/5.10.1/conf.d/activemq.yaml.example
[3]: https://app.datadoghq.com/account/settings#agent
[4]: https://github.com/DataDog/jmxfetch
[5]: https://activemq.apache.org/jmx.html
[6]: https://docs.datadoghq.com/agent/guide/agent-configuration-files/#agent-configuration-directory
[7]: https://github.com/DataDog/integrations-core/blob/master/activemq/datadog_checks/activemq/data/conf.yaml.example
[8]: https://github.com/DataDog/integrations-core/blob/master/activemq/datadog_checks/activemq/data/metrics.yaml
[9]: https://docs.datadoghq.com/agent/guide/agent-commands/#start-stop-and-restart-the-agent
[10]: https://docs.datadoghq.com/agent/kubernetes/integrations/
[11]: https://docs.datadoghq.com/agent/kubernetes/log/?tab=containerinstallation#setup
[12]: https://docs.datadoghq.com/agent/guide/agent-commands/#agent-status-and-information
[13]: https://github.com/DataDog/integrations-core/blob/master/activemq/assets/service_checks.json
[14]: https://docs.datadoghq.com/help/
[15]: https://www.datadoghq.com/blog/activemq-architecture-and-metrics
[16]: https://www.datadoghq.com/blog/monitor-activemq-metrics-performance
36 changes: 18 additions & 18 deletions aerospike/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Get metrics from Aerospike Database in real time to:

## Setup

NOTE: The current aerospike integration is only compatible with Aerospike server v4.9 or above, see Aerospike's [Python Client Library Release Notes][8] for more info.
NOTE: The current aerospike integration is only compatible with Aerospike server v4.9 or above, see Aerospike's [Python Client Library Release Notes][1] for more info.
If you use an older Aerospike server version, it is still possible to monitor it with version 7.29.0 or lower of the Datadog Agent.

### Installation
Expand All @@ -27,9 +27,9 @@ No additional installation is needed on your server.
##### Metric collection
To configure this check for an Agent running on a host:

1. Edit the `aerospike.d/conf.yaml` file, in the `conf.d/` folder at the root of your Agent's configuration directory to start collecting your aerospike performance data. See the [sample aerospike.d/conf.yaml][1] for all available configuration options.
1. Edit the `aerospike.d/conf.yaml` file, in the `conf.d/` folder at the root of your Agent's configuration directory to start collecting your aerospike performance data. See the [sample aerospike.d/conf.yaml][2] for all available configuration options.

2. [Restart the Agent][2].
2. [Restart the Agent][3].

##### Log collection

Expand All @@ -49,17 +49,17 @@ To configure this check for an Agent running on a host:
source: aerospike
```

Change the `path` parameter value and configure them for your environment. See the [sample aerospike.d/conf.yaml][1] for all available configuration options.
Change the `path` parameter value and configure them for your environment. See the [sample aerospike.d/conf.yaml][2] for all available configuration options.

3. [Restart the Agent][2].
3. [Restart the Agent][3].

<!-- xxz tab xxx -->
<!-- xxx tab "Containerized" xxx -->


#### Containerized

For containerized environments, see the [Autodiscovery Integration Templates][3] for guidance on applying the parameters below.
For containerized environments, see the [Autodiscovery Integration Templates][4] for guidance on applying the parameters below.

##### Metric collection

Expand All @@ -73,7 +73,7 @@ For containerized environments, see the [Autodiscovery Integration Templates][3]

_Available for Agent versions >6.0_

Collecting logs is disabled by default in the Datadog Agent. To enable it, see [Kubernetes log collection documentation][7].
Collecting logs is disabled by default in the Datadog Agent. To enable it, see [Kubernetes log collection documentation][5].

| Parameter | Value |
| -------------- | --------------------------------------------------- |
Expand All @@ -84,13 +84,13 @@ Collecting logs is disabled by default in the Datadog Agent. To enable it, see [

### Validation

[Run the Agent's status subcommand][4] and look for `aerospike` under the Checks section.
[Run the Agent's status subcommand][6] and look for `aerospike` under the Checks section.

## Data Collected

### Metrics

See [metadata.csv][5] for a list of metrics provided by this integration.
See [metadata.csv][7] for a list of metrics provided by this integration.

### Service Checks

Expand All @@ -103,13 +103,13 @@ Aerospike does not include any events.

## Troubleshooting

Need help? Contact [Datadog support][6].
Need help? Contact [Datadog support][8].

[1]: https://github.com/DataDog/integrations-core/blob/master/aerospike/datadog_checks/aerospike/data/conf.yaml.example
[2]: https://docs.datadoghq.com/agent/guide/agent-commands/#start-stop-and-restart-the-agent
[3]: https://docs.datadoghq.com/agent/kubernetes/integrations/
[4]: https://docs.datadoghq.com/agent/guide/agent-commands/#agent-status-and-information
[5]: https://github.com/DataDog/integrations-core/blob/master/aerospike/metadata.csv
[6]: https://docs.datadoghq.com/help/
[7]: https://docs.datadoghq.com/agent/kubernetes/log/
[8]: https://download.aerospike.com/download/client/python/notes.html#5.0.0
[1]: https://download.aerospike.com/download/client/python/notes.html#5.0.0
[2]: https://github.com/DataDog/integrations-core/blob/master/aerospike/datadog_checks/aerospike/data/conf.yaml.example
[3]: https://docs.datadoghq.com/agent/guide/agent-commands/#start-stop-and-restart-the-agent
[4]: https://docs.datadoghq.com/agent/kubernetes/integrations/
[5]: https://docs.datadoghq.com/agent/kubernetes/log/
[6]: https://docs.datadoghq.com/agent/guide/agent-commands/#agent-status-and-information
[7]: https://github.com/DataDog/integrations-core/blob/master/aerospike/metadata.csv
[8]: https://docs.datadoghq.com/help/
Loading

0 comments on commit 201b1dd

Please sign in to comment.