Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Commit

Permalink
documented region config
Browse files Browse the repository at this point in the history
  • Loading branch information
thande committed Oct 13, 2014
1 parent 4ee3f85 commit 1c97567
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,17 @@ This plugin is configured through the `config/newrelic_plugin.yml` file. It requ
- an AWS Secret Key

### Regions
The plugin can also be configured to query specific CloudWatch regions, e.g. `us-east-1` or `us-west-1`. By default the plugin will query all available regions.
The plugin can also be configured to query specific CloudWatch regions, e.g. `us-east-1` or `us-west-1`. By default the plugin will query all available regions.

```
regions:
-
us-east-1
-
us-east-2
-
us-west-1
```

### Amazon ElastiCache

Expand Down
6 changes: 5 additions & 1 deletion config/template_newrelic_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ aws:

# Specify AWS regions to query for metrics
# regions:
# us-east-1
# -
# us-west-1

This comment has been minimized.

Copy link
@pooplesjoosiebaby

pooplesjoosiebaby Apr 22, 2019

us-west-1

# -
# us-east-2

#
# Agent configuration.
#
Expand Down

0 comments on commit 1c97567

Please sign in to comment.