From 4317f50fdd2c8ab8f6b8a4dcd7d05d24194d99de Mon Sep 17 00:00:00 2001 From: usha-mandya Date: Mon, 4 Mar 2019 12:55:18 -0800 Subject: [PATCH] Addresses 8157 --- _data/toc.yaml | 4 ++++ config/thirdparty/index.md | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 config/thirdparty/index.md diff --git a/_data/toc.yaml b/_data/toc.yaml index 9c98594cbd..6e98027945 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -295,6 +295,10 @@ guides: - path: /config/containers/logging/configure/ title: Configuring default drivers nosync: true + - sectiontitle: Work with external tools + section: + - path: /config/thirdparty/ + title: Third-party monitoring tools - path: /config/thirdparty/prometheus/ title: Collect Docker metrics with Prometheus - sectiontitle: Configure containers diff --git a/config/thirdparty/index.md b/config/thirdparty/index.md new file mode 100644 index 0000000000..e73efa8ae6 --- /dev/null +++ b/config/thirdparty/index.md @@ -0,0 +1,17 @@ +--- +description: Third-party configuration tools +keywords: third-party, tools, monitoring, configuration, usage, docker, daemon +redirect_from: +- /config/thirdparty/monitoring/ +title: Work with third-party monitoring tools +--- + +You can configure Docker to use third-party monitoring tools. This topic lists various third-party tools you can use to monitor Docker. + +* Collect Docker metrics using Prometheus [/config/thirdparty/prometheus/] + +* [Sysdig Monitoring Solution Brief for Docker Enterprise Edition](https://success.docker.com/article/sysdig-monitoring) + +* [Datadog Monitoring Solution Brief for Docker Enterprise Edition](https://success.docker.com/article/datadog-monitoring) + + >**Note**: Docker no longer maintains the previously listed documentation about using `sysdig` and `datadog` from within Docker. \ No newline at end of file