AlertmanagerConfig.spec.receivers[].snsConfigs.httpConfig.tlsConfig.spec.receivers.pagerdutyConfigs
List of PagerDuty configurations.
| Field / Type | Description |
|---|---|
class | The class/type of the event. |
client | Client identification. |
clientURL | Backlink to the sender of notification. |
component | The part or component of the affected system that is broken. |
description | Description of the incident. |
Arbitrary key/value pairs that provide further detail about the incident. | |
group | A cluster or grouping of sources. |
HTTP client configuration. | |
A list of image details to attach that provide further detail about an incident. | |
A list of link details to attach that provide further detail about an incident. | |
The secret's key that contains the PagerDuty integration key (when using Events API v2). Either this field or `serviceKey` needs to be defined. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
| |
sendResolved | Whether or not to notify about resolved alerts. |
The secret's key that contains the PagerDuty service key (when using integration type "Prometheus"). Either this field or `routingKey` needs to be defined. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
| |
severity | Severity of the incident. |
url | The URL to send requests to. |