Skip to content

Commit 3d540a3

Browse files
carlossscastroidvoretskyi
authored andcommitted
Update New Relic Infrastructure Readme (#229)
We noticed a deprecated link on this doc to the old server monitor. Did a few other small changes to align the verbiage with New Relic naming conventions.
1 parent 071dd48 commit 3d540a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: staging/newrelic-infrastructure/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## New Relic Infrastructure Server Monitoring Agent Example
1+
## New Relic Infrastructure agent Example
22

3-
This example shows how to run a New Relic Infrastructure server monitoring agent as a pod in a DaemonSet on an existing Kubernetes cluster.
3+
This example shows how to run a New Relic Infrastructure agent as a pod in a DaemonSet on an existing Kubernetes cluster.
44

5-
This example will create a DaemonSet which places the New Relic Infrastructure monitoring agent on every node in the cluster. It's also fairly trivial to exclude specific Kubernetes nodes from the DaemonSet to just monitor specific servers. (The prior nrsysmond has been deprecated.)
5+
This example will create a DaemonSet which places the New Relic Infrastructure agent on every node in the cluster. It's also fairly trivial to exclude specific Kubernetes nodes from the DaemonSet to just monitor specific servers. (The prior nrsysmond has been deprecated.)
66

77
### Step 0: Prerequisites
88

@@ -14,7 +14,7 @@ DaemonSets must be enabled on your cluster. Instructions for enabling DaemonSet
1414

1515
The New Relic Infrastructure agent is configured via environment variables. We will configure these environment variables in a sourced bash script, encode the environment file data, and store it in a secret which will be loaded at container runtime. (Reread this sentence a few times, it's *HOW* the entire container works.)
1616

17-
The [New Relic Linux Infrastructure Server configuration page](https://docs.newrelic.com/docs/servers/new-relic-servers-linux/installation-configuration/configuring-servers-linux) lists all the other settings for the Infrastructure process.
17+
The [New Relic Infrastructure agent configuration page](https://docs.newrelic.com/docs/infrastructure/new-relic-infrastructure/configuration/configure-infrastructure-agent) lists all the other settings for the Infrastructure process.
1818

1919
To create an environment variable for a setting, prepend NRIA_ to its name and capitalize all of the env variable. For example,
2020

@@ -134,7 +134,7 @@ The daemonset instructs Kubernetes to spawn pods on each node, mapping /dev/, /r
134134

135135
#### DaemonSet customization
136136

137-
- There are more environment variables for fine tuning the infrastructure agent's operation (or a yaml file that you'd have to construct). See [Infrastructure Agent Environment Variables][(https://docs.newrelic.com/docs/infrastructure/new-relic-infrastructure/configuration/configure-infrastructure-agent) for the full list.
137+
- There are more environment variables for fine tuning the infrastructure agent's operation (or a yaml file that you'd have to construct). See [Infrastructure Agent Environment Variables](https://docs.newrelic.com/docs/infrastructure/new-relic-infrastructure/configuration/configure-infrastructure-agent) for the full list.
138138

139139

140140
### Known issues

0 commit comments

Comments
 (0)