AlertmanagerConfig.spec.receivers.rocketchatConfigs.httpConfig.spec.receivers.victoropsConfigs
victoropsConfigs defines the list of VictorOps configurations.
| Field / Type | Description |
|---|---|
apiKey defines the secret's key that contains the API key to use when talking to the VictorOps API. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
| |
apiUrl | apiUrl defines the VictorOps API URL. When not specified, defaults to the standard VictorOps API endpoint.
|
customFields defines additional custom fields for notification. These provide extra metadata that will be included with the VictorOps incident.
| |
entityDisplayName | entityDisplayName contains a summary of the alerted problem. This appears as the main title or identifier for the incident.
|
httpConfig defines the HTTP client's configuration for VictorOps API requests. | |
messageType | messageType describes the behavior of the alert. Valid values are "CRITICAL", "WARNING", and "INFO".
|
monitoringTool | monitoringTool defines the monitoring tool the state message is from. This helps identify the source system that generated the alert.
|
routingKey | routingKey defines a key used to map the alert to a team. This determines which VictorOps team will receive the alert notification.
|
sendResolved | sendResolved defines whether or not to notify about resolved alerts. |
stateMessage | stateMessage contains a long explanation of the alerted problem. This provides detailed context about the incident.
|