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
Copy file name to clipboardExpand all lines: content/agent/configuration/configure-nginx-agent-group.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ doctypes: ["task"]
13
13
14
14
During installation, NGINX Agent detects the NGINX user (typically `nginx`) for the master and worker processes and adds this user to a group called `nginx-agent`.
15
15
16
-
If you change the NGINX username after installing NGINX Agent, you'll need to add the new username to the `nginx-agent` group so that NGINX socket has the proper permissions.
16
+
If you change the NGINX username after installing NGINX Agent, you'll need to add the new username to the `nginx-agent` group so that the NGINX socket has the proper permissions.
17
17
18
18
A failure to update the `nginx-agent` group when the NGINX username changes may result in non-compliance errors for NGINX Plus.
Copy file name to clipboardExpand all lines: content/nms/nginx-agent/install-nginx-agent.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,13 @@ This section lists the prerequisites for installing and configuring NGINX Agent.
26
26
ps aux | grep nginx
27
27
```
28
28
29
-
3. If a previous version of NGINX Agent was installed, you must stop the current NGINX Agent process before running NGINX Agent install script. To check if any NGINX Agent processes are running, run the following command:
29
+
3. If a previous version of NGINX Agent was installed, you must stop the current NGINX Agent process before running the NGINX Agent install script. To check if any NGINX Agent processes are running, run the following command:
30
30
31
31
```bash
32
32
ps aux | grep nginx-agent
33
33
```
34
34
35
-
4. If a previous version of NGINX Agent was installed, make sure to uninstall `nginx-agent-selinux` before running NGINX Agent install script.
35
+
4. If a previous version of NGINX Agent was installed, make sure to uninstall `nginx-agent-selinux` before running the NGINX Agent install script.
36
36
To see if`nginx_agent_selinux` is installed, run the following command:
37
37
38
38
{{<tabs name="install_repo">}}
@@ -79,7 +79,7 @@ You can choose one of the following two methods to install NGINX Agent on your d
79
79
80
80
## Enable and Start NGINX Agent
81
81
82
-
Run the following command to enable and start NGINX Agent service:
82
+
Run the following command to enable and start the NGINX Agent service:
## Verifying NGINX Agent is Running and Registered
91
91
92
-
Run the following command on your data plane to verify that NGINX Agent process is running:
92
+
Run the following command on your data plane to verify that the NGINX Agent process is running:
93
93
94
94
```bash
95
95
ps aux | grep nginx-agent
@@ -128,10 +128,10 @@ In a web browser, go to the FQDN for your NGINX Management Suite host and log in
128
128
129
129
<br>
130
130
131
-
Once you've verified NGINX Agent instance is registered with NGINX Management Suite, no additional action is required for monitoring the instance.
131
+
Once you've verified the NGINX Agent instance is registered with NGINX Management Suite, no additional action is required for monitoring the instance.
132
132
133
133
{{<note>}}
134
-
If you need to remove the instance, ensure that NGINX Agent service is stopped first. Then you can remove the instance from the inventory.
134
+
If you need to remove the instance, ensure that the NGINX Agent service is stopped first. Then you can remove the instance from the inventory.
135
135
{{</note>}}
136
136
137
137
---
@@ -168,7 +168,7 @@ Examples of the configuration files are provided below:
168
168
{{<note>}}
169
169
In the following example `nginx-agent.conf` file, you can change the `server.host` and `server.grpcPort` to connect to the NGINX Management Suite.
170
170
171
-
If NGINX Agent was previously installed for data reporting purposes only, you may need to find and remove the following line from NGINX Agent configuration file:
171
+
If NGINX Agent was previously installed for data reporting purposes only, you may need to find and remove the following line from the NGINX Agent configuration file:
172
172
173
173
```none
174
174
features: registration,dataplane-status
@@ -323,7 +323,7 @@ If you are upgrading from an older version, update your configuration accordingl
323
323
|`--nginx-exclude-logs`|`NGINX_AGENT_NGINX_EXCLUDE_LOGS`| Specifies paths of NGINX access logs to exclude from metrics collection. |
324
324
|`--nginx-socket`|`NGINX_AGENT_NGINX_SOCKET`| Specifies the location of the NGINX Plus counting Unix socket. Default: *unix:/var/run/nginx-agent/nginx.sock*|
325
325
|`--nginx-treat-warnings-as-errors`|`NGINX_AGENT_NGINX_TREAT_WARNINGS_AS_ERRORS`| Treats warnings as failures on configuration application. |
326
-
|`--queue-size`|`NGINX_AGENT_QUEUE_SIZE`| Specifies the size of NGINX Agent internal queue. |
326
+
|`--queue-size`|`NGINX_AGENT_QUEUE_SIZE`| Specifies the size of the NGINX Agent internal queue. |
327
327
|`--server-command`|| Specifies the name of the command server sent in the TLS configuration. |
328
328
|`--server-grpcport`|`NGINX_AGENT_SERVER_GRPCPORT`| Sets the desired GRPC port for NGINX Agent traffic. |
329
329
|`--server-host`|`NGINX_AGENT_SERVER_HOST`| Specifies the IP address of the server host. |
@@ -412,7 +412,7 @@ The NGINX Agent package includes the following SELinux files:
0 commit comments