prometheus operator v0.93.1

AlertmanagerConfig.spec.receivers[].pushoverConfigs[].retry

retry defines how often the Pushover servers will send the same notification to the user. Must be at least 30 seconds. Only applies to priority 2 notifications.

1 fields
AlertmanagerConfig.spec.receivers[].pushoverConfigs[].retry fields and descriptions
Field / TypeDescription
AlertmanagerConfig.spec.receivers[].pushoverConfigs[].retry
string

retry defines how often the Pushover servers will send the same notification to the user. Must be at least 30 seconds. Only applies to priority 2 notifications.

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