Skip to content

Commit d81b8d8

Browse files
authored
Merge branch 'main' into NGINXaaS/Update-blocked-ports-documentation
2 parents 7877d62 + adba924 commit d81b8d8

File tree

6 files changed

+36
-8
lines changed

6 files changed

+36
-8
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.

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/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)