Skip to content

Commit

Permalink
fix traefik readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cswatt committed Jun 13, 2019
1 parent 4268620 commit 4adef85
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions traefik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ This integration collects data from [Traefik][1] in order to check its health an

To install the Traefik check on your host:

On Agent versions <= 6.8:

1. [Download the Datadog Agent][2].
2. Download the [`traefik.py` file][12] for Traefik.
3. Place it in the Agent's `checks.d` directory.

On Agent 6.8+:

1. Install the [developer toolkit][3] on any machine.
2. Run `ddev release build traefik` to build the package.
3. [Download the Datadog Agent][2].
Expand Down Expand Up @@ -133,3 +141,4 @@ Refer to the [main documentation][11] for more details about how to test and dev
[9]: https://docs.traefik.io/configuration/logs/#clf-common-log-format
[10]: https://docs.datadoghq.com/agent/faq/agent-commands/#agent-status-and-information
[11]: https://docs.datadoghq.com/developers/
[12]: https://github.com/DataDog/integrations-extras/blob/master/traefik/datadog_checks/traefik/traefik.py

0 comments on commit 4adef85

Please sign in to comment.