You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`${old_value}`| The previous value of the alarm |
1627
+
|`${src}`| The line number and file the alarm has been configured |
1628
+
|`${duration}`| The duration in seconds of the previous alarm state |
1629
+
|`${duration_txt}`| Same as `${duration}` for humans |
1630
+
|`${non_clear_duration}`| The total duration in seconds this is/was non-clear. For repeating alerts in WARNING or CRITICAL state, Netdata sends `${duration}` instead. |
1631
+
|`${non_clear_duration_txt}`| Same as `${non_clear_duration}` for humans |
1632
+
|`${units}`| The units of the value |
1633
+
|`${info}`| A short description of the alarm |
1634
+
|`${value_string}`| Friendly value (with units) |
1635
+
|`${old_value_string}`| Friendly old value (with units) |
1636
+
|`${image}`| The URL of an image to represent the status of the alarm |
1637
+
|`${color}`| A color in #AABBCC format for the alarm |
1638
+
|`${goto_url}`| The URL the user can click to see the netdata dashboard |
1639
+
|`${calc_expression}`| The expression evaluated to provide the value for the alarm |
1640
+
|`${calc_param_values}`| The values of the variables in the evaluated expression |
1641
+
|`${total_warnings}`| The total number of alarms in WARNING state on the host |
1642
+
|`${total_critical}`| The total number of alarms in CRITICAL state on the host |
1643
+
1593
1644
## Related Pages
1594
1645
1595
1646
-[Alerts Automation](/docs/netdata-ai/alerts-automation) - Create and tune alerts using natural language with AI assistance (no manual configuration needed)
Copy file name to clipboardExpand all lines: docs/Alerts & Notifications/Notifications/Agent Dispatched Notifications/AWS SNS.mdx
+3-40Lines changed: 3 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ You can send notifications through Amazon SNS using Netdata's Agent alert notifi
32
32
## Limitations
33
33
34
34
- While Amazon SNS supports sending differently formatted messages for different delivery methods, Netdata does not currently support this functionality.
35
-
- For email notification support, we recommend using Netdata's email notifications, as it is has the following benefits:
35
+
- For email notification support, we recommend using Netdata's email notifications, as it has the following benefits:
36
36
- In most cases, it requires less configuration.
37
37
- Netdata's emails are nicely pre-formatted and support features like threading, which requires a lot of manual effort in SNS.
38
38
- It is less resource intensive and more cost-efficient than SNS.
@@ -68,50 +68,13 @@ The following options can be defined for this notification
68
68
|:-----|:------------|:--------|:---------:|
69
69
| aws path | The full path of the aws command. If empty, the system `$PATH` will be searched for it. If not found, Amazon SNS notifications will be silently disabled. || yes |
70
70
| SEND_AWSNS | Set `SEND_AWSNS` to YES | YES | yes |
71
-
|[AWSSNS_MESSAGE_FORMAT](#option-awssns-message-format)| Set `AWSSNS_MESSAGE_FORMAT` to to the string that you want the alert to be sent into. | $\{status} on $\{host} at $\{date}: $\{chart} $\{value_string} | yes |
71
+
|[AWSSNS_MESSAGE_FORMAT](#option-awssns-message-format)| Set `AWSSNS_MESSAGE_FORMAT` to the string that you want the alert to be sent into. | $\{status} on $\{host} at $\{date}: $\{chart} $\{value_string} | yes |
72
72
|[DEFAULT_RECIPIENT_AWSSNS](#option-default-recipient-awssns)| Set `DEFAULT_RECIPIENT_AWSSNS` to the Topic ARN you noted down upon creating the Topic. || yes |
|`${old_value}`| The previous value of the alarm |
99
-
|`${src}`| The line number and file the alarm has been configured |
100
-
|`${duration}`| The duration in seconds of the previous alarm state |
101
-
|`${duration_txt}`| Same as $\{duration} for humans |
102
-
|`${non_clear_duration}`| The total duration in seconds this is/was non-clear |
103
-
|`${non_clear_duration_txt}`| Same as $\{non_clear_duration} for humans |
104
-
|`${units}`| The units of the value |
105
-
|`${info}`| A short description of the alarm |
106
-
|`${value_string}`| Friendly value (with units) |
107
-
|`${old_value_string}`| Friendly old value (with units) |
108
-
|`${image}`| The URL of an image to represent the status of the alarm |
109
-
|`${color}`| A color in AABBCC format for the alarm |
110
-
|`${goto_url}`| The URL the user can click to see the netdata dashboard |
111
-
|`${calc_expression}`| The expression evaluated to provide the value for the alarm |
112
-
|`${calc_param_values}`| The value of the variables in the evaluated expression |
113
-
|`${total_warnings}`| The total number of alarms in WARNING state on the host |
114
-
|`${total_critical}`| The total number of alarms in CRITICAL state on the host |
77
+
For the complete list of supported notification variables, see the [Alert Notification Variables](/docs/alerts-&-notifications/alert-configuration-reference#alert-notification-variables) section in the Health Reference.
0 commit comments