docs/alerts-and-notifications/notifications/centralized-cloud-notifications/manage-notification-methods.md
From the Cloud interface, you can manage your Space's notification settings as well as allow users to personalize their notification settings.
Netdata supports five types of notifications that you can configure:
| Notification Type | Description |
|---|---|
| Critical | Alerts indicating serious problems requiring immediate action |
| Warning | Alerts showing concerning behavior that requires attention |
| Clear | Notifications when alerts return to normal state |
| Reachable | Notifications when nodes come back online |
| Unreachable | Notifications when nodes go offline or become unreachable |
To manage Space notification settings, you will need the following:
| Action | Personal Service Level | System Service Level |
|---|---|---|
| Enable / Disable | X | X |
| Edit | X | |
| Delete | X | X |
| Add multiple configurations for the same method | X |
:::note
:::
You will be presented with a table of the configured notification methods for the Space. You will be able to:
Add a new notification method configuration:
:::tip
:::
:::note
Please note that there are mandatory and optional inputs.
:::
:::tip
:::
Edit an existing notification method configuration. Personal level ones can't be edited here, see Manage User Notification Settings. You will be able to change:
Enable/Disable a given notification method configuration:
Delete an existing notification method configuration. Netdata provided ones can't be deleted, e.g., Email:
You can verify that your Cloud notification setup is working correctly by using the Agent's test functionality on any connected node:
<details> <summary><strong>Basic Test Commands</strong></summary># Switch to the Netdata user
sudo su -s /bin/bash netdata
# Enable debugging
export NETDATA_ALARM_NOTIFY_DEBUG=1
# Test default role (sysadmin)
./plugins.d/alarm-notify.sh test
# Test specific role
./plugins.d/alarm-notify.sh test "webmaster"
When you complete your notification setup:
To manage user-specific notification settings, you will need the following:
:::note
If an administrator has disabled a Personal service level notification method, this will override any user-specific setting.
:::
Click on your profile picture and navigate to Settings → Notifications
</details> <details> <summary><strong>Review Available Options</strong></summary>You are presented with:
On this modal you will be able to:
Based on Netdata's documentation, here are recommended practices:
:::tip
:::