AlertmanagerConfig.spec.receivers[].webexConfigs[].httpConfig.oauth2.spec.receivers.pushoverConfigs
List of Pushover configurations.
| Field / Type | Description |
|---|---|
device | The name of a device to send the notification to |
expire | How long your notification will continue to be retried for, unless the user acknowledges the notification.
|
html | Whether notification message is HTML or plain text. |
HTTP client configuration. | |
message | Notification message. |
priority | Priority, see https://pushover.net/api#priority |
retry | How often the Pushover servers will send the same notification to the user. Must be at least 30 seconds.
|
sendResolved | Whether or not to notify about resolved alerts. |
sound | The name of one of the sounds supported by device clients to override the user's default sound choice |
title | Notification title. |
The secret's key that contains the registered application's API token, see https://pushover.net/apps. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator. Either `token` or `tokenFile` is required.
| |
tokenFile | The token file that contains the registered application's API token, see https://pushover.net/apps. Either `token` or `tokenFile` is required. It requires Alertmanager >= v0.26.0. |
url | A supplementary URL shown alongside the message. |
urlTitle | A title for supplementary URL, otherwise just the URL is shown |
The secret's key that contains the recipient user's user key. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator. Either `userKey` or `userKeyFile` is required.
| |
userKeyFile | The user key file that contains the recipient user's user key. Either `userKey` or `userKeyFile` is required. It requires Alertmanager >= v0.26.0. |