AlertmanagerConfig.spec.receivers[].victoropsConfigs[].customFields.spec.receivers.opsgenieConfigs
List of OpsGenie configurations.
| Field / Type | Description |
|---|---|
actions | Comma separated list of actions that will be available for the alert. |
The secret's key that contains the OpsGenie API key. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
| |
apiURL | The URL to send OpsGenie API requests to. |
description | Description of the incident. |
A set of arbitrary key/value pairs that provide further detail about the incident. | |
entity | Optional field that can be used to specify which domain alert is related to. |
HTTP client configuration. | |
message | Alert text limited to 130 characters. |
note | Additional alert note. |
priority | Priority level of alert. Possible values are P1, P2, P3, P4, and P5. |
List of responders responsible for notifications. | |
sendResolved | Whether or not to notify about resolved alerts. |
source | Backlink to the sender of the notification. |
tags | Comma separated list of tags attached to the notifications. |
updateAlerts | Whether to update message and description of the alert in OpsGenie if it already exists By default, the alert is never updated in OpsGenie, the new message only appears in activity log. |