Skip to content

Commit

Permalink
README Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebeck committed Jul 21, 2017
1 parent 9c21f8b commit 31a1688
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Send Cloudera Manager services' health data to AWS CloudWatch

## Install
Download binary from `https://github.com/virtualbeck/CM2CW/releases`,execute and enjoy sweet metrics!
Download binary from `https://github.com/virtualbeck/CM2CW/releases` to your Cloudera Manager node, execute and enjoy sweet metrics!

## Options and Defaults
These variables will be user-defined at the time of running the binary. If not defined, the defaults will be used.
These variables will be user-defined at the time of running the binary. If not defined, the defaults will be used. **Note:** If `CLOUDERA_CLUSTERNAME` is not set by the user, the program will pick the first element in array: `items[0].displayName`.

Name | Default
:---:|:---:
Expand All @@ -19,8 +19,11 @@ Name | Default
`CLOUDERA_CLUSTERNAME` | **none**

- Supports Cloudera Enterprise >= 5.3.x
- Example command:
- `CLOUDERA_CLUSTERNAME=myProdCluster CLOUDERA_PASSWORD=12345 CM2CW-linux`
- Example commands:
- `CLOUDERA_CLUSTERNAME=myProdCluster CLOUDERA_PASSWORD=1337 CM2CW-linux`
- `CLOUDERA_PASSWORD=hunter2 CM2CW-macos`
- `CLOUDERA_PASSWORD=Windows4Lyfe CM2CW-win.exe`


### Development
- Clone repository
Expand Down

0 comments on commit 31a1688

Please sign in to comment.