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
Before merging a pull request, run through this checklist and mark each as complete.
23
+
Before sharing this pull request, I completed the following checklist:
23
24
24
-
-[ ] I have read the [contributing guidelines](https://github.com/nginx/documentation/blob/main/CONTRIBUTING.md)
25
-
-[ ] I have signed the [F5 Contributor License Agreement (CLA)](https://github.com/f5/.github/blob/main/CLA/cla-markdown.md)
26
-
-[ ] I have rebased my branch onto main
27
-
-[ ] I have ensured my PR is targeting the main branch and pulling from my branch from my own fork
28
-
-[ ] I have ensured that the commit messages adhere to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary)
29
-
-[ ] I have ensured that documentation content adheres to [the style guide](/documentation/style-guide.md)
30
-
-[ ] If the change involves potentially sensitive changes[^1], I have assessed the possible impact
31
-
-[ ] If applicable, I have added tests that prove my fix is effective or that my feature works
32
-
-[ ] I have ensured that existing tests pass after adding my changes
33
-
-[ ] If applicable, I have updated [`README.md`](/README.md)
25
+
-[ ] I read the [Contributing guidelines](https://github.com/nginx/documentation/blob/main/CONTRIBUTING.md)
26
+
-[ ] My branch adheres to the [Git conventions](https://github.com/nginx/documentation/blob/main/documentation/git-conventions.md)
27
+
-[ ] My content changes adhere to the [F5 NGINX Documentation style guide](https://github.com/nginx/documentation/blob/main/documentation/style-guide.md)
28
+
-[ ] If my changes involve potentially sensitive information[^1], I have assessed the possible impact
29
+
-[ ] I have waited to ensure my changes pass tests, and addressed any discovered issues
34
30
35
-
[^1]: Potentially sensitive changes include anything involving code, personally identify information (PII), live URLs or significant amounts of new or revised documentation. Please refer to [our style guide](/documentation/style-guide.md) for guidance about placeholder content.
31
+
[^1]: Potentially sensitive information includes personally identify information (PII), authentication credentials, and live URLs. Refer to the [style guide](https://github.com/nginx/documentation/blob/main/documentation/style-guide.md) for guidance about placeholder content.
Copy file name to clipboardExpand all lines: _banners/agent-v3-release.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
{{< banner "notice" "NGINX Agent 3.0 is now available" >}}
2
2
3
+
The documentation in this section is for **NGINX Agent version 2.x**. For NGINX Agent 3.x content visit the [NGINX One Console documentation]({{< ref "/nginx-one/agent/" >}})
3
4
4
-
F5 NGINX Instance Manager (NIM) does not currently support Agent 3.x. NGINX Instance Manager customers can upgrade to the latest Agent 2.x version by following the [Upgrade NGINX Agent](/nginx-agent/installation-upgrade/upgrade/) guide.
5
+
F5 NGINX Instance Manager (NIM) does not currently support NGINX Agent 3.x. NGINX Instance Manager customers can upgrade to the latest NGINX Agent 2.x version by following the [Upgrade NGINX Agent](/nginx-agent/installation-upgrade/upgrade/) guide.
5
6
6
7
Please see the [Technical specifications](/nginx-agent/technical-specifications/) for product compatibility.
F5 NGINX is announcing the <strong>End of Sale (EoS)</strong> for NGINX Management Suite API Connectivity Manager Module, <strong>effective January 1, 2024</strong>.
4
+
<br><br>
5
+
F5 maintains generous lifecycle policies that allow customers to continue support and receive product updates. Existing API Connectivity Manager Module customers can continue to use the product past the EoS date. <strong>License renewals are not available after September 30, 2024.</strong>
6
+
<br><br>
7
+
See our <ahref="https://my.f5.com/manage/s/article/K000137989">End of Sale announcement</a> for more details.
F5 NGINX is announcing the <strong>End of Sale (EoS)</strong> for NGINX Management Suite API Connectivity Manager Module, <strong>effective January 1, 2024</strong>.
4
-
<br><br>
5
-
F5 maintains generous lifecycle policies that allow customers to continue support and receive product updates. Existing API Connectivity Manager Module customers can continue to use the product past the EoS date. <strong>License renewals are not available after September 30, 2024.</strong>
6
-
<br><br>
7
-
See our <ahref="https://my.f5.com/manage/s/article/K000137989">End of Sale announcement</a> for more details.
2
+
<p>
3
+
Commercial support for NGINX Service Mesh is available to customers who currently have active NGINX Microservices Bundle subscriptions. F5 NGINX announced the End of Sale (EoS) for the NGINX Microservices Bundles as of <strong>July 1, 2023</strong>.
4
+
</p>
5
+
<p>
6
+
See our <a href="https://my.f5.com/manage/s/article/K000135468">End of Sale announcement</a> for more details.
NGINX Agent is a companion daemon for your NGINX Open Source or NGINX Plus instance. It enables remote management of NGINX
26
+
configurations, collection and reporting of real-time NGINX performance and operating system metrics, and notifications of NGINX events.
27
+
28
+
[//]: #"This initial section introduces the product to a reader: give a short 1-2 sentence summary of what the product does and its value to the reader."
29
+
[//]: #"Name specific functionality it provides: avoid ambiguous descriptions such as 'enables efficiency', focus on what makes it unique."
30
+
31
+
## Featured content
32
+
[//]: #"You can add a maximum of three cards: any extra will not display."
33
+
[//]: #"One card will take full width page: two will take half width each. Three will stack like an inverse pyramid."
34
+
[//]: #"Some examples of content could be the latest release note, the most common install path, and a popular new feature."
Copy file name to clipboardExpand all lines: content/agent/installation-upgrade/container-environments/docker-images.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
@@ -116,7 +116,7 @@ docker run --name nginx-agent -d nginx-agent
116
116
117
117
### Enable the gRPC interface
118
118
119
-
To connect your NGINX Agent container to your NGINX One or NGINX Instance Manager instance, you must enable the gRPC interface. To do this, you must edit the NGINX Agent configuration file, *nginx-agent.conf*. For example:
119
+
To connect your NGINX Agent container to your NGINX One Console or NGINX Instance Manager instance, you must enable the gRPC interface. To do this, you must edit the NGINX Agent configuration file, *nginx-agent.conf*. For example:
Copy file name to clipboardExpand all lines: content/agent/installation-upgrade/installation-oss.md
+21-18Lines changed: 21 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,10 +50,10 @@ Before you install NGINX Agent for the first time on your system, you need to se
50
50
module_hotfixes=true
51
51
```
52
52
53
-
1. To install `nginx-agent`, run the following command:
53
+
1. To install `nginx-agent` with a specific version (example: 2.42.0):
54
54
55
55
```shell
56
-
sudo yum install nginx-agent
56
+
sudo yum install -y nginx-agent-2.42.0
57
57
```
58
58
59
59
When prompted to accept the GPG key, verify that the fingerprint matches `8540 A6F1 8833 A80E 9C16 53A4 2FD2 1310 B49F 6B46`, `573B FD6B 3D8F BC64 1079 A6AB ABF5 BD82 7BD9 BF62`, `9E9B E90E ACBC DE69 FE9B 204C BCDC D8A3 8D88 A2B3`, and if so, accept it.
@@ -105,11 +105,13 @@ Before you install NGINX Agent for the first time on your system, you need to se
105
105
| sudo tee /etc/apt/sources.list.d/nginx-agent.list
106
106
```
107
107
108
-
1. To install `nginx-agent`, run the following commands:
109
-
108
+
1. To install `nginx-agent` with a specific version (example: 2.42.0):
109
+
110
+
Update your package index and install a specific version of the nginx-agent. Replace <VERSION_CODENAME> with your current Ubuntu codename (e.g., jammy, noble).
@@ -166,12 +168,13 @@ Before you install NGINX Agent for the first time on your system, you need to se
166
168
http://packages.nginx.org/nginx-agent/debian/ `lsb_release -cs` agent"\ | sudo tee /etc/apt/sources.list.d/nginx-agent.list
167
169
```
168
170
169
-
1. To install `nginx-agent`, run the following commands:
171
+
1. To install `nginx-agent` with a specific version (example: 2.42.0):
170
172
173
+
Update your package index and install a specific version of the nginx-agent. Replace <VERSION_CODENAME> with your current Debian codename (e.g., bullseye).
0 commit comments