prometheus operator v0.71.2

AlertmanagerConfig.spec.receivers[].slackConfigs[]

SlackConfig configures notifications via Slack. See https://prometheus.io/docs/alerting/latest/configuration/#slack_config

22 fields
AlertmanagerConfig.spec.receivers[].slackConfigs[] fields and descriptions
Field / TypeDescription
object[]

A list of Slack actions that are sent with each notification.

object

The secret's key that contains the Slack webhook URL. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.

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

No description provided.

channel
string

The channel or user to send notifications to.

color
string

No description provided.

fallback
string

No description provided.

object[]

A list of Slack fields that are sent with each notification.

footer
string

No description provided.

object

HTTP client configuration.

iconEmoji
string

No description provided.

iconURL
string

No description provided.

imageURL
string

No description provided.

linkNames
boolean

No description provided.

string[]

No description provided.

pretext
string

No description provided.

sendResolved
boolean

Whether or not to notify about resolved alerts.

shortFields
boolean

No description provided.

text
string

No description provided.

thumbURL
string

No description provided.

title
string

No description provided.

titleLink
string

No description provided.

username
string

No description provided.