Skip to content

Commit ebedf1d

Browse files
authored
Merge pull request #37 from newrelic/fedrampflag
Added fedramp flag and updated documentation
2 parents 8085cf6 + b26fee1 commit ebedf1d

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

NewRelic_UnixMonitor_Readme.docx

3.83 KB
Binary file not shown.

NewRelic_UnixMonitor_Readme.pdf

-52.3 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ _Note: A full example of the possible fields in `plugin.json` can be found in `p
6565
#### Global settings
6666
* `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).
6767
* `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.
68+
* `fedramp`: A true or false string to indicate that the target is the New Relic Fedramp-authorized endpoint.
6869
* `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)
6970
* `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}
7071

config/plugin-full-example.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"global": {
33
"OS": "auto",
44
"account_id": "insert_your_New_Relic_account_ID_here",
5+
"fedramp": "false",
56
"insights_mode": {
67
"insights_insert_key": "enter_insights_insert_key",
78
"insights_data_center": "US"

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.newrelic.experts</groupId>
55
<artifactId>newrelic-unix-monitor</artifactId>
6-
<version>0.2.4</version>
6+
<version>0.2.5</version>
77
<name>newrelic-unix-monitor</name>
88
<build>
99
<plugins>
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>com.newrelic.experts</groupId>
6969
<artifactId>infra_publish</artifactId>
70-
<version>2.3.2</version>
70+
<version>2.3.3</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>ch.qos.logback</groupId>

0 commit comments

Comments
 (0)