From 2937e75163028a655631b5b00c119458015c140f Mon Sep 17 00:00:00 2001 From: Samuel Vandamme Date: Fri, 27 Apr 2018 11:03:58 +0200 Subject: [PATCH] Added install instructions to all third party tools --- _docs_agent/plugins/_thirdparty.md | 1 + _docs_agent/plugins/amazoncloudwatch.md | 3 +++ _docs_agent/plugins/aweber.md | 4 ++++ _docs_agent/plugins/azure.md | 4 +++- _docs_agent/plugins/campaignmonitor.md | 4 ++++ _docs_agent/plugins/constantcontact.md | 4 ++++ _docs_agent/plugins/docker-enterprise.md | 11 ++++------- _docs_agent/plugins/googleanalytics.md | 3 +++ _docs_agent/plugins/mailchimp.md | 4 ++++ _docs_agent/plugins/pingdom.md | 4 ++++ _docs_agent/plugins/rollbar.md | 4 ++++ _docs_agent/plugins/sentry.md | 4 ++++ 12 files changed, 42 insertions(+), 8 deletions(-) create mode 100644 _docs_agent/plugins/_thirdparty.md diff --git a/_docs_agent/plugins/_thirdparty.md b/_docs_agent/plugins/_thirdparty.md new file mode 100644 index 0000000..d56fe5a --- /dev/null +++ b/_docs_agent/plugins/_thirdparty.md @@ -0,0 +1 @@ +This integration can be enabled on the `Third party` page under `Datasources` in the sidebar of your CoScale application. Please follow the instructions inside the application, if you require any assistance please don't hesitate to contact us. diff --git a/_docs_agent/plugins/amazoncloudwatch.md b/_docs_agent/plugins/amazoncloudwatch.md index e4a85e5..fc13e90 100644 --- a/_docs_agent/plugins/amazoncloudwatch.md +++ b/_docs_agent/plugins/amazoncloudwatch.md @@ -8,6 +8,9 @@ description: Information on the metrics collected by the CoScale Amazon CloudWat More information on: [https://aws.amazon.com/cloudwatch/](https://aws.amazon.com/cloudwatch/) +## Installation + +{% include_relative _thirdparty.md %} ## Metrics diff --git a/_docs_agent/plugins/aweber.md b/_docs_agent/plugins/aweber.md index 9a94311..32867d0 100644 --- a/_docs_agent/plugins/aweber.md +++ b/_docs_agent/plugins/aweber.md @@ -8,6 +8,10 @@ description: Information on the metrics collected by the CoScale AWeber plugin. More information on: [https://www.aweber.com](https://www.aweber.com) +## Installation + +{% include_relative _thirdparty.md %} + ## Events * Start of new email campaign diff --git a/_docs_agent/plugins/azure.md b/_docs_agent/plugins/azure.md index 5cb7d9b..6faddd0 100644 --- a/_docs_agent/plugins/azure.md +++ b/_docs_agent/plugins/azure.md @@ -8,9 +8,11 @@ description: Information on the metrics collected by the CoScale Azureh plugin. More information on: [https://azure.microsoft.com](https://azure.microsoft.com) +## Installation -## Metrics +{% include_relative _thirdparty.md %} +## Metrics ### Counters diff --git a/_docs_agent/plugins/campaignmonitor.md b/_docs_agent/plugins/campaignmonitor.md index c26e0b3..83982ae 100644 --- a/_docs_agent/plugins/campaignmonitor.md +++ b/_docs_agent/plugins/campaignmonitor.md @@ -8,6 +8,10 @@ description: Information on the metrics collected by the CoScale Campaign Monito More information on: [https://www.campaignmonitor.com/](https://www.campaignmonitor.com/) +## Installation + +{% include_relative _thirdparty.md %} + ## Events * Start of new email campaign diff --git a/_docs_agent/plugins/constantcontact.md b/_docs_agent/plugins/constantcontact.md index 2d87fd2..ba1ec66 100644 --- a/_docs_agent/plugins/constantcontact.md +++ b/_docs_agent/plugins/constantcontact.md @@ -8,6 +8,10 @@ description: Information on the metrics collected by the CoScale Constant Contac More information on: [https://www.constantcontact.com](https://www.constantcontact.com) +## Installation + +{% include_relative _thirdparty.md %} + ## Events * Start of new Constant Contact campaign diff --git a/_docs_agent/plugins/docker-enterprise.md b/_docs_agent/plugins/docker-enterprise.md index 0492b28..b2f114c 100644 --- a/_docs_agent/plugins/docker-enterprise.md +++ b/_docs_agent/plugins/docker-enterprise.md @@ -27,16 +27,13 @@ This plugin retrieves data from the Docker Swarm API on the distribution of cont | Metric name | Metric unit | |-------------------------------------------------------|-------------| -| Docker Swarm number of desired replicas for service X | # | +| Docker Swarm number of desired replicas per service | # | | Docker Swarm number of failed nodes | # | -| Docker Swarm number of failed tasks for service X | # | +| Docker Swarm number of failed tasks per service | # | | Docker Swarm number of nodes | # | -| Docker Swarm number of running tasks for service X | # | -| Docker Swarm number of running tasks on node Y | # | +| Docker Swarm number of running tasks per service | # | +| Docker Swarm number of running tasks per node | # | | Docker Swarm number of services | # | | Docker Swarm total number of failed tasks | # | | Docker Swarm total number of running tasks | # | -**X** is replaced by service name - -**Y** is replaced by node hostname diff --git a/_docs_agent/plugins/googleanalytics.md b/_docs_agent/plugins/googleanalytics.md index dd4ee2f..c90030b 100644 --- a/_docs_agent/plugins/googleanalytics.md +++ b/_docs_agent/plugins/googleanalytics.md @@ -8,6 +8,9 @@ description: Information on the metrics collected by the CoScale Google Analytic More information on: [https://analytics.google.com](https://analytics.google.com) +## Installation + +{% include_relative _thirdparty.md %} ## Metrics diff --git a/_docs_agent/plugins/mailchimp.md b/_docs_agent/plugins/mailchimp.md index a5e6745..65e4790 100644 --- a/_docs_agent/plugins/mailchimp.md +++ b/_docs_agent/plugins/mailchimp.md @@ -8,6 +8,10 @@ description: Information on the metrics collected by the CoScale Mailchimp plugi More information on: [https://mailchimp.com/](https://mailchimp.com/) +## Installation + +{% include_relative _thirdparty.md %} + ## Events * Start of new email campaign diff --git a/_docs_agent/plugins/pingdom.md b/_docs_agent/plugins/pingdom.md index 33ab262..bbb2fe4 100644 --- a/_docs_agent/plugins/pingdom.md +++ b/_docs_agent/plugins/pingdom.md @@ -8,6 +8,10 @@ description: Information on the metrics collected by the CoScale Pingdom plugin. More information on: [https://www.pingdom.com/](https://www.pingdom.com/) +## Installation + +{% include_relative _thirdparty.md %} + ## Events * Pingdom checks diff --git a/_docs_agent/plugins/rollbar.md b/_docs_agent/plugins/rollbar.md index c3dbbce..1863382 100644 --- a/_docs_agent/plugins/rollbar.md +++ b/_docs_agent/plugins/rollbar.md @@ -8,6 +8,10 @@ description: Information on the metrics collected by the CoScale Rollbar plugin. More information on: [https://rollbar.com/](https://rollbar.com/) +## Installation + +{% include_relative _thirdparty.md %} + ## Events * New project created diff --git a/_docs_agent/plugins/sentry.md b/_docs_agent/plugins/sentry.md index fc66c41..cb7130b 100644 --- a/_docs_agent/plugins/sentry.md +++ b/_docs_agent/plugins/sentry.md @@ -8,6 +8,10 @@ description: Information on the metrics collected by the CoScale Sentry plugin. More information on: [https://sentry.io/](https://sentry.io/) +## Installation + +{% include_relative _thirdparty.md %} + ## Events * New project created