You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: staging/newrelic-infrastructure/README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
## New Relic Infrastructure Server Monitoring Agent Example
1
+
## New Relic Infrastructure agent Example
2
2
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.
4
4
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.)
6
6
7
7
### Step 0: Prerequisites
8
8
@@ -14,7 +14,7 @@ DaemonSets must be enabled on your cluster. Instructions for enabling DaemonSet
14
14
15
15
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.)
16
16
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.
18
18
19
19
To create an environment variable for a setting, prepend NRIA_ to its name and capitalize all of the env variable. For example,
20
20
@@ -134,7 +134,7 @@ The daemonset instructs Kubernetes to spawn pods on each node, mapping /dev/, /r
134
134
135
135
#### DaemonSet customization
136
136
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.
0 commit comments