Alerting: Add support for TTL for pushover for Mimir Alertmanager (#78687)
This commit is contained in:
@@ -355,6 +355,8 @@ settings:
|
||||
retry: '30'
|
||||
# <string>
|
||||
expire: '120'
|
||||
# <string> the number of seconds before a message expires and is deleted automatically. Examples: 10s, 5m30s, 8h.
|
||||
ttl:
|
||||
# <string>
|
||||
sound: siren
|
||||
# <string>
|
||||
|
||||
@@ -183,6 +183,7 @@ To set up Pushover, you must provide a user key and an API token. Refer to [What
|
||||
| OK priority | The priority OK notifications are sent; if not set, then OK notifications are sent with the priority set for alerting notifications |
|
||||
| Retry | How often (in seconds) the Pushover servers send the same notification to the user. (minimum 30 seconds) |
|
||||
| Expire | How many seconds your notification will continue to be retried for (maximum 86400 seconds) |
|
||||
| TTL | The number of seconds before a message expires and is deleted automatically. Examples: 10s, 5m30s, 8h. |
|
||||
| Alerting sound | The sound for alerting notifications |
|
||||
| OK sound | The sound for OK notifications |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user