Manage Alerts
Stay Informed with n2x.io Alert Manager
The n2x.io Alert Manager proactively notifies you about critical events or performance issues within your nodes. This empowers you to take timely action and prevent potential problems.
Alert Manager monitors various aspects of your nodes and triggers alerts when it detects:
- Node resource utilization exceeding thresholds (CPU, Memory, Disk above 90%)
- Node connectivity issues (offline/disconnected)
- Node reboots
Enhance Alert Management with Integrations
n2x.io integrates seamlessly with common incident response and communication platforms to extend your alert management capabilities.
PagerDuty Integration
Leverage the power of PagerDuty to streamline your incident response workflows. When you configure PagerDuty integration, all critical alerts from your n2x.io account will be automatically forwarded to your PagerDuty service, ensuring your team receives timely notifications.
Slack Integration
Enhance collaboration and keep your team informed with the n2x.io Slack integration. Once configured, the alert manager will send notifications to your designated channel whenever an alert is triggered within your n2x.io environment.
List Alerts
Warning
Only Account Administrators or Admin Users can manage alerts.
You can list the alerts of your tenant either using the n2x.io webUI or CLI (n2xctl):
In the navigation menu on the left, click on Alert Manager
.
Once you're in the Alert Manager, you'll see a list of your available tenants. Choose the tenant
for which you want to view alerts.
Use the following command to list the alerts of your tenant:
n2xctl alert list
tenant
from your account for which you want to view alerts: $ n2xctl alert list
n2xctl v0.0.3-20240725171430+88c4863--go1.22.5
n2xctl is a CLI to control the n2x SASE platform.
Find more information at https://n2x.io/docs
ยป Tenant: [demo] Demo tenant
โโโโโ Alerts โก
โโโโโโโโโโ
Alert List
โโโโโโโโโโ
LAST UPDATED / NODE NAME STATUS / COMPONENT
----------------------------------------------------------------------------
โ 2024-04-29 19:00:21 [TRIGGERED]
โ mongo-dc3 uptime
----------------------------------------------------------------------------
โ 2024-05-28 17:17:10 [RESOLVED]
โ client-device memory
----------------------------------------------------------------------------
Show Alerts Details
Warning
Only Account Administrators or Admin Users can manage alerts.
You can show the alert details of your tenant either using the n2x.io webUI or CLI (n2xctl):
In the navigation menu on the left, click on Alert Manager
.
Once you're in the Alert Manager, you'll see a list of your available tenants. Choose the tenant
for which you want to view alerts.
Locate the specific alert you're interested in from the list. You'll typically see details like timestamps, severities, and affected nodes. To view the in-depth information for that alert, click on the menu option located on the right side of the chosen alert entry.
Use the following command to retrieve detailed information about a specific alert of your tenant:
n2xctl alert show
You'll be prompted to choose the following:
- Tenant: Select the tenant associated with the alert you want to view.
- Alert: From a list of available alerts for the chosen tenant, pick the specific alert for which you require details.
$ n2xctl alert show
n2xctl v0.0.3-20240725171430+88c4863--go1.22.5
n2xctl is a CLI to control the n2x SASE platform.
Find more information at https://n2x.io/docs
ยป Tenant: [demo] Demo tenant
ยป Alert: 2024-05-28 17:17:10 client-device [RESOLVED]
Component: memory | Group: HOST_METRICS | Class: HOST
โโโโโ Alerts โก
โโโโโโโโโโโโโโโโโ
Alert Information
โโโโโโโโโโโโโโโโโ
Tenant ID xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Alert ID 32b65612079e767d6d0a1b70820d3f025d336279
Timestamp 2024-05-28 17:17:10.225 +0200 CEST
Node ID 960b3675-c8ed-4850-a785-f73316dd732e
Node Name client-device
Class HOST
Group HOST_METRICS
Component Memory
Severity [INFO]
Status [RESOLVED]
Last Updated 2024-05-28 17:17:10.207 +0200 CEST
Summary [INFO] MEMORY usage under 90% on node client-device
Details Memory: 90%
Delete an Alert
Warning
Only Account Administrators or Admin Users can manage alerts.
Danger
Deleting an alert is a permanent action. The alert information will be erased from your n2x.io account and cannot be recovered.
You can delete an alert from your tenant either using the n2x.io webUI or CLI (n2xctl):
In the navigation menu on the left, click on Alert Manager
.
Once you're in the Alert Manager, you'll see a list of your available tenants. Choose the tenant
for which you want to view alerts.
- Locate the specific alert you're interested in from the list.
- To delete this alert, click on icon of the chosen alert entry.
Use the following command to delete an alert from your tenant:
n2xctl alert delete
You'll be prompted to choose the following:
- Tenant: Select the tenant associated with the alert you want to delete.
- Alert: From a list of available alerts for the chosen tenant, pick the specific alert for which you want to delete.
$ n2xctl alert delete
n2xctl v0.0.3-20240725171430+88c4863--go1.22.5
n2xctl is a CLI to control the n2x SASE platform.
Find more information at https://n2x.io/docs
ยป Tenant: [demo] Demo tenant
ยป Alert: 2024-05-28 17:17:10 client-device [RESOLVED]
Component: memory | Group: HOST_METRICS | Class: HOST
ยป Confirm deletion? Yes
Done