Skip to content

Commit 3adfed3

Browse files
authored
Merge pull request #72 from newrelic/gsidhwani-nr-patch-1
Update README.md for v1.0.3
2 parents e6626ff + 5a328cf commit 3adfed3

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,18 @@ We'd love to get your contributions to improve the Unix Monitor! Keep in mind wh
7979
### `plugin.json` configuration
8080
_Note: A full example of the possible fields in `plugin.json` can be found in `plugin-full-example.json`_
8181

82-
#### Global settings
83-
* `OS` (default: `auto`): Used to determine which commands to run and how to parse them. Leave set to `auto` to have the plugin figure that out (which normally works).
84-
* `account_id`: New Relic account ID - the 6- or 7- digit number in the URL when you're logged into the account of your choosing.
85-
* `fedramp`: A true or false string to indicate that the target is the New Relic Fedramp-authorized endpoint.
86-
* `insights_insert_key` (under `insights`): You must create an [Insights Insert key, as described here.](https://docs.newrelic.com/docs/insights/insights-data-sources/custom-data/insert-custom-events-insights-api#register)
82+
83+
### Global Settings
84+
85+
* `OS` (default: `auto`): Determines which commands to run and how to parse them. Leave set to `auto` to let the plugin figure it out, which usually works.
86+
* `account_id`: Your New Relic account ID, a 6- or 7-digit number found in the URL when you're logged into the account.
87+
* `fedramp`: A true or false string indicating whether the target is the New Relic FedRAMP-authorized endpoint.
88+
* `insights_insert_key` (under `insights`): Create an [Insights Insert key as described here](https://docs.newrelic.com/docs/insights/insights-data-sources/custom-data/insert-custom-events-insights-api#register).
89+
90+
**OR** (From version 1.0.3 and above)
91+
92+
* `insights_insert_key_obfuscated`: Refer to the section on [credential obfuscation](https://github.com/newrelic/newrelic-unix-monitor/blob/master/README.md#credential-obfuscation) to use the obfuscated Ingest key in your configuration. You must set the environment variable `NEW_RELIC_CONFIG_OBSCURING_KEY` for this configuration to work.
93+
8794
* `insights_data_center` (under `insights`, default: `us`): If using the NR EU data center for your account, please change this to `eu` or `EU`. Otherwise, you can leave this alone or omit this setting entirely. {#eu-data-center}
8895

8996
#### Agent settings

0 commit comments

Comments
 (0)