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: _banners/agent-v3-release.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
@@ -1,7 +1,7 @@
1
1
{{< banner "notice" "NGINX Agent 3.0 is now available" >}}
2
2
3
3
4
-
F5 NGINX One Console does not currently support Agent 3.x. If you are using NGINX One Console in your environment, upgrade to the latest Agent 2.x version by following the [Upgrade NGINX Agent](/nginx-agent/installation-upgrade/upgrade/) guide.
4
+
F5 NGINX One Console and NGINX Instance Manager (NIM) do not currently support Agent 3.x. If you are using NGINX One Console or NGINX Instance Manager in your environment, upgrade to the latest Agent 2.x version by following the [Upgrade NGINX Agent](/nginx-agent/installation-upgrade/upgrade/) guide.
5
5
6
6
Please see the [Technical specifications](/nginx-agent/technical-specifications/) for product compatibility.
Copy file name to clipboardExpand all lines: content/agent/changelog.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
@@ -2,7 +2,7 @@
2
2
title: "Changelog"
3
3
weight: 1200
4
4
toc: true
5
-
docs: "DOCS-1093"
5
+
nd-docs: "DOCS-1093"
6
6
---
7
7
8
8
{{< note >}}You can find the full changelog, contributor list and assets for NGINX Agent in the [GitHub repository](https://github.com/nginx/agent/releases).{{< /note >}}
Copy file name to clipboardExpand all lines: content/agent/configuration/configuration-overview.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Basic configuration
3
3
draft: false
4
4
weight: 100
5
5
toc: true
6
-
docs: DOCS-1229
6
+
nd-docs: DOCS-1229
7
7
type:
8
8
- how-to
9
9
---
@@ -50,7 +50,7 @@ server:
50
50
# host of the control plane
51
51
host: <FQDN>
52
52
grpcPort: 443
53
-
backoff: # note: default values are prepopulated
53
+
backoff: # note: default values are prepopulated
54
54
initial_interval: 100ms # Add the appropriate duration value here, for example, "100ms" for 100 milliseconds, "5s" for 5 seconds, "1m" for 1 minute, "1h" for 1 hour
55
55
randomization_factor: 0.10 # Add the appropriate float value here, for example, 0.10
56
56
multiplier: 1.5 # Add the appropriate float value here, for example, 1.5
@@ -88,7 +88,7 @@ metrics:
88
88
report_interval: 1m
89
89
collection_interval: 15s
90
90
mode: aggregated
91
-
backoff: # note: default values are prepopulated
91
+
backoff: # note: default values are prepopulated
92
92
initial_interval: 100ms # Add the appropriate duration value here, for example, "100ms" for 100 milliseconds, "5s" for 5 seconds, "1m" for 1 minute, "1h" for 1 hour
93
93
randomization_factor: 0.10 # Add the appropriate float value here, for example, 0.10
94
94
multiplier: 1.5 # Add the appropriate float value here, for example, 1.5
@@ -170,9 +170,9 @@ nginx-agent
170
170
171
171
### CLI Flags and Environment Variables
172
172
173
-
{{< warning >}}
173
+
{{< warning >}}
174
174
175
-
Before version 2.35.0, the environment variables were prefixed with `NMS_` instead of `NGINX_AGENT_`.
175
+
Before version 2.35.0, the environment variables were prefixed with `NMS_` instead of `NGINX_AGENT_`.
176
176
177
177
If you are upgrading from an older version, update your configuration accordingly.
178
178
@@ -220,9 +220,9 @@ If you are upgrading from an older version, update your configuration accordingl
220
220
<br>
221
221
222
222
{{<note>}}
223
-
Use the `--config-dirs` command-line option, or the `config_dirs` key in the `nginx-agent.conf` file, to identify the directories NGINX Agent can read from or write to. This setting also defines the location to which you can upload config files when using a control plane.
223
+
Use the `--config-dirs` command-line option, or the `config_dirs` key in the `nginx-agent.conf` file, to identify the directories NGINX Agent can read from or write to. This setting also defines the location to which you can upload config files when using a control plane.
224
224
225
-
NGINX Agent cannot write to directories outside the specified location when updating a config and cannot upload files to directories outside of the configured location.
225
+
NGINX Agent cannot write to directories outside the specified location when updating a config and cannot upload files to directories outside of the configured location.
226
226
227
227
NGINX Agent follows NGINX configuration directives to file paths outside the designated directories and reads certificates' metadata. NGINX Agent uses the following directives:
0 commit comments