prometheus operator v0.71.2

AlertmanagerConfig.spec.receivers[].victoropsConfigs[].customFields.spec.receivers.pushoverConfigs

List of Pushover configurations.

16 fields
AlertmanagerConfig.spec.receivers[].victoropsConfigs[].customFields.spec.receivers.pushoverConfigs fields and descriptions
Field / TypeDescription
device
string

The name of a device to send the notification to

expire
string

How long your notification will continue to be retried for, unless the user acknowledges the notification.

  • pattern: ^(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?$
html
boolean

Whether notification message is HTML or plain text.

object

HTTP client configuration.

message
string

Notification message.

priority
string

Priority, see https://pushover.net/api#priority

retry
string

How often the Pushover servers will send the same notification to the user. Must be at least 30 seconds.

  • pattern: ^(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?$
sendResolved
boolean

Whether or not to notify about resolved alerts.

sound
string

The name of one of the sounds supported by device clients to override the user's default sound choice

title
string

Notification title.

object

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.

  • x-kubernetes-map-type: "atomic"
tokenFile
string

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
string

A supplementary URL shown alongside the message.

urlTitle
string

A title for supplementary URL, otherwise just the URL is shown

object

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.

  • x-kubernetes-map-type: "atomic"
userKeyFile
string

The user key file that contains the recipient user's user key. Either `userKey` or `userKeyFile` is required. It requires Alertmanager >= v0.26.0.