generated from nginx/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 121
feat: add list of NGINX alerts in XC #829
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
f8fbcea
feat: add list of NGINX alerts in XC
mjang e6ad6b8
Update table
mjang d89f75f
Merge branch 'main' into add-XC-alerts
mjang 1d0698f
Update content/includes/nginx-one/alert-labels.md
mjang eefcf15
Merge branch 'main' into add-XC-alerts
mjang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. | | ||
mjang marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| | 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. | | ||
mjang marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| | 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. | | ||
mjang marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| {{</bootstrap-table>}} | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.