prometheus operator v0.71.2

AlertmanagerConfig.spec.receivers[].victoropsConfigs[]

VictorOpsConfig configures notifications via VictorOps. See https://prometheus.io/docs/alerting/latest/configuration/#victorops_config

10 fields
AlertmanagerConfig.spec.receivers[].victoropsConfigs[] fields and descriptions
Field / TypeDescription
object

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.

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

The VictorOps API URL.

object[]

Additional custom fields for notification.

entityDisplayName
string

Contains summary of the alerted problem.

object

The HTTP client's configuration.

messageType
string

Describes the behavior of the alert (CRITICAL, WARNING, INFO).

monitoringTool
string

The monitoring tool the state message is from.

routingKey
string

A key used to map the alert to a team.

sendResolved
boolean

Whether or not to notify about resolved alerts.

stateMessage
string

Contains long explanation of the alerted problem.