Skip to content

Commit

Permalink
Added install instructions to all third party tools
Browse files Browse the repository at this point in the history
  • Loading branch information
kidk committed Apr 27, 2018
1 parent 8ec4736 commit 2937e75
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 8 deletions.
1 change: 1 addition & 0 deletions _docs_agent/plugins/_thirdparty.md
Original file line number Diff line number Diff line change
@@ -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 <a href="mailto:[email protected]" class="js-support">contact us</a>.
3 changes: 3 additions & 0 deletions _docs_agent/plugins/amazoncloudwatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions _docs_agent/plugins/aweber.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion _docs_agent/plugins/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions _docs_agent/plugins/campaignmonitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions _docs_agent/plugins/constantcontact.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 4 additions & 7 deletions _docs_agent/plugins/docker-enterprise.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions _docs_agent/plugins/googleanalytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions _docs_agent/plugins/mailchimp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions _docs_agent/plugins/pingdom.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions _docs_agent/plugins/rollbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions _docs_agent/plugins/sentry.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2937e75

Please sign in to comment.