Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions content/includes/nginx-one/alert-labels.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
files:
- content/nginx-one/secure-your-fleet/secure.md
- content/nginx-one/glossary.md
---


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.

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.

{{<bootstrap-table "table table-striped table-bordered">}}
| **Alertname** | **Display Name** | **Alert Level (Minor/Major/Critical)** | **Description (What appears on the actual Alert)** | **Action** |
|--------------------------------|----------------------------------------------------------------------|----------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| HighCVENGINX | A high-severity CVE is impacting an NGINX Instance | Critical | A high-severity CVE was detected on the NGINX instance | Review the CVE details in the NGINX One console. Apply updates or change configurations to resolve the vulnerability. |
| MediumCVENGINX | A medium severity CVE is impacting an NGINX Instance | Major | A medium-severity CVE was detected on the NGINX instance | Review the CVE details in the NGINX One console. Apply updates or configuration changes as needed. |
| LowCVENGINX | A low severity CVE is impacting an NGINX Instance | Minor | A low-severity CVE was detected on the NGINX instance | Review the CVE details in the NGINX One console. Consider updates or configuration changes to maintain security. |
| SecurityRecommendationNGINX | A Security recommendation has been found for an NGINX configuration | Critical | A security issue was detected in the NGINX configuration for instance | Review the configuration issue in the NGINX One console. Follow the recommendations to secure the instance. |
| OptimizationRecommendationNGINX| A Optimization recommendation has been found for an NGINX configuration| Major | An optimization recommendation was detected in the NGINX configuration for instance | Review the optimization details in the NGINX One console. Update the configuration to enhance performance. |
| BestPracticeRecommendationNGINX| A Best Practice recommendation has been found for an NGINX configuration | Minor | A best practice recommendation was detected in the NGINX configuration for instance | Review the best practice recommendation in the NGINX One console. Update the configuration to align with industry standards. |
| NGINXOffline | An NGINX Instance is now Offline | Major | The NGINX instance | Verify the host is online. Check the NGINX Agent’s status on the instance and ensure it is connected to the NGINX One console. |
| NGINXUnavailable | An NGINX Instance is now Unavailable | Major | The NGINX instance | Ensure the NGINX Agent and host are active. Verify the NGINX Agent can connect to the NGINX One console and resolve any network issues. |
| NewNGINX | A new NGINX Instance has connected to NGINX One | Minor | The new NGINX instance | Review the instance details in the NGINX One console. Confirm availability, CVEs, and recommendations to ensure the instance is operational. |
{{</bootstrap-table>}}
4 changes: 4 additions & 0 deletions content/nginx-one/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ This glossary defines terms used in the F5 NGINX One Console and F5 Distributed

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

## NGINX Alerts

{{< include "/nginx-one/alert-labels.md" >}}

## Legal notice: Licensing agreements for NGINX products

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.
Expand Down