prometheus operator v0.93.1

AlertmanagerConfig.spec.receivers.rocketchatConfigs.actions

actions defines interactive actions to include in the message. These appear as buttons that users can click to trigger responses.

3 fields
AlertmanagerConfig.spec.receivers.rocketchatConfigs.actions fields and descriptions
Field / TypeDescription
msg
string

msg defines the message to send when the button is clicked. This allows the button to post a predefined message to the channel.

  • minLength: 1
text
string

text defines the button text displayed to users. This is the label that appears on the interactive button.

  • minLength: 1
url
string

url defines the URL the button links to when clicked. This creates a clickable button that opens the specified URL.