Skip to content

Commit 4b35418

Browse files
authored
Merge branch 'main' into n4a-landing
2 parents cb424f5 + cb99920 commit 4b35418

File tree

9 files changed

+42
-12
lines changed

9 files changed

+42
-12
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
files:
3+
- content/nginx-one/secure-your-fleet/secure.md
4+
- content/nginx-one/glossary.md
5+
---
6+
7+
8+
You can configure a variety of NGINX alerts in the F5 Distributed Cloud. If you have access to the [F5 Distributed Cloud]({{< ref "/nginx-one/getting-started.md#confirm-access-to-the-f5-distributed-cloud" >}}), log in and select the **Audit Logs & Alerts** tile.
9+
10+
Go to **Notifications > Alerts**. Select the gear icon and select **Alert Name > Active Alerts**. You may see one or more of the following alerts in the **Audit Logs & Alerts** Console.
11+
12+
{{<bootstrap-table "table table-striped table-bordered">}}
13+
14+
### Alert Labels
15+
16+
| **Alertname** | **Description** | **Alert Level** | **Action** |
17+
|--------------------------------|----------------------------------------------------------------------|-----------------|------------------------------------------------------------------------------------------------------------------|
18+
| HighCVENGINX | A high-severity CVE is impacting an NGINX instance | Critical | Review the CVE details in the NGINX One Console. Apply updates or change configurations to resolve the vulnerability. |
19+
| MediumCVENGINX | A medium-severity CVE is impacting an NGINX instance | Major | Review the CVE details in the NGINX One Console. Apply updates or configuration changes as needed. |
20+
| LowCVENGINX | A low-severity CVE is impacting an NGINX instance | Minor | Review the CVE details in the NGINX One Console. Consider updates or configuration changes to maintain security. |
21+
| SecurityRecommendationNGINX | A security recommendation has been found for an NGINX configuration | Critical | Review the configuration issue in the NGINX One Console. Follow the recommendations to secure the instance or Config Sync Group. |
22+
| OptimizationRecommendationNGINX| An optimization recommendation has been found for an NGINX configuration| Major | Review the optimization details in the NGINX One Console. Update the configuration to for the instance or Config Sync Group to enhance performance. |
23+
| BestPracticeRecommendationNGINX| A best practice recommendation has been found for an NGINX configuration | Minor | Review the best practice recommendation in the NGINX One Console. Update the configuration for the instance or Config Sync Group to align with industry standards. |
24+
| NGINXOffline | An NGINX instance is now offline | Major | Verify the host is online. Check the NGINX Agent's status on the instance and ensure it is connected to the NGINX One Console. |
25+
| NGINXUnavailable | An NGINX instance is now unavailable | Major | Ensure the NGINX Agent and host are active. Verify the NGINX Agent can connect to the NGINX One Console and resolve any network issues. |
26+
| NewNGINX | A new NGINX instance has connected to NGINX One | Minor | Review the instance details in the NGINX One Console. Confirm availability, CVEs, and recommendations to ensure the instance is operational. |
27+
{{</bootstrap-table>}}

content/includes/nginx-one/conf/nginx-agent-conf.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@ files:
88
```yaml
99
command:
1010
server:
11-
host: "<NGINX-One-Console-URL>" # Command server host
11+
host: "agent.connect.nginx.com" # Command server host
1212
port: 443 # Command server port
1313
auth:
1414
token: "<your-data-plane-key-here>" # Authentication token for the command server
1515
tls:
1616
skip_verify: false
1717
```
1818
19-
Replace the placeholder values:
20-
21-
- `<NGINX-One-Console-URL>`: The URL of your NGINX One Console instance, typically https://INSERT_YOUR_TENANT_NAME.console.ves.volterra.io/ .
22-
- `<your-data-plane-key-here>`: Your Data Plane key.
19+
Replace `<your-data-plane-key-here>` with your Data Plane key.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: "Overview"
33
weight: 100
4-
url: /nginx-one/agent/install-upgrade/
5-
---
4+
url: /nginx-one/agent/overview/
5+
---

content/nginx-one/glossary.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ This glossary defines terms used in the F5 NGINX One Console and F5 Distributed
2828

2929
{{< include "nap-waf/config/common/nginx-app-protect-waf-terminology.md" >}}
3030

31+
## NGINX Alerts
32+
33+
{{< include "/nginx-one/alert-labels.md" >}}
34+
3135
## Legal notice: Licensing agreements for NGINX products
3236

3337
Using NGINX One is subject to our End User Service Agreement (EUSA). For [NGINX Plus]({{< ref "/nginx" >}}), usage is governed by the End User License Agreement (EULA). Open source projects, including [NGINX Agent](https://github.com/nginx/agent) and [NGINX Open Source](https://github.com/nginx/nginx), are covered under their respective licenses. For more details on these licenses, follow the provided links.

content/nginxaas-azure/getting-started/nginx-configuration/overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ Some directives cannot be overridden by the user provided configuration.
7474

7575
## NGINX listen port restrictions
7676

77-
- Due to port restrictions on Azure Load Balancer health probes, ports `19`, `21`, `70`, and `119` are not allowed. The NGINXaaS deployment can listen on all other ports.
77+
- Due to port restrictions on Azure Load Balancer health probes, certain ports are not allowed for the `listen` directive in NGINX configuration. The following ports are blocked:
78+
- `19`, `21`, `70`, `119` - Azure health probe restricted ports
79+
- `49151`, `49153`, `5140`, `50000`, `54141`, `54779` - reserved ports to support other NGINXaaS features
7880

7981
- The [Basic]({{< ref "/nginxaas-azure/billing/overview.md#basic-plan" >}}) plan (and the deprecated Standard (v1) plan) supports a maximum of 5 listen ports in the NGINX configuration. Configurations that specify over 5 unique ports are rejected.
8082

content/nginxaas-azure/quickstart/upgrade-channels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Maintaining the latest version NGINX Plus, operating system (OS), and other soft
1515
{{<bootstrap-table "table table-striped table-bordered">}}
1616
| Channel | Description |
1717
|-------------|---------------------------|
18-
| preview | Selecting this channel automatically upgrades your deployment to the latest supported version of NGINX Plus and its dependencies soon after they become available. We recommend using this setting to try out new capabilities in deployments running in your development, testing, and staging environments. |
18+
| preview | Selecting this channel automatically upgrades your deployment to the latest supported version of NGINX Plus and its dependencies soon after they become available. We recommend using this setting to try out new capabilities in deployments running in your development, testing, and staging environments. Avoid using it in your production environment. |
1919
| stable | A deployment running on this channel will receive updates on NGINX Plus and its dependencies at a slower rate than the **Preview** channel. We recommend using this setting for production deployments where you might want stable features instead of the latest ones. This is the **default channel** if you do not specify one for your deployment. |
2020
{{</bootstrap-table>}}
2121

content/nic/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Lastly, in our previous v5.0.0 release, we removed support for Open Tracing. Thi
4848
[GitHub Container](https://github.com/nginx/kubernetes-ingress/pkgs/container/kubernetes-ingress),
4949
[Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress) or [Quay.io](https://quay.io/repository/nginx/nginx-ingress).
5050
- For NGINX Plus, use the 5.1.0 images from the F5 Container registry or build your own image using the 5.1.0 source code
51-
- For Helm, use version 2.2.0 of the chart.
51+
- For Helm, use version 2.2.1 of the chart.
5252

5353
### <i class="fa-solid fa-life-ring"></i> Supported Platforms
5454

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.2.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.0
1+
3.2.1

0 commit comments

Comments
 (0)