Commit 4e0baea5 authored by Julien Pervillé's avatar Julien Pervillé Committed by stuart nelson

Update documentation of the victorops alertmanager receiver (#863)

parent 782cc7b3
...@@ -429,14 +429,14 @@ api_key: <secret> ...@@ -429,14 +429,14 @@ api_key: <secret>
# A key used to map the alert to a team. # A key used to map the alert to a team.
[ routing_key: <string> ] [ routing_key: <string> ]
# Describes the behavior of the alert (Critical, Acknowledgement, Info, Recovery). # Describes the behavior of the alert (CRITICAL, WARNING, INFO).
[ message_type: <string> ] [ message_type: <tmpl_string> | default = 'CRITICAL' ]
# Contains summary of the alerted problem. # Contains summary of the alerted problem.
[ entity_display_name: <string> | default = '{{ template "victorops.default.entity_display_name" . }}' ] [ entity_display_name: <string> | default = '{{ template "victorops.default.entity_display_name" . }}' ]
# Contains long explanation of the alerted problem. # Contains long explanation of the alerted problem.
[ state_message: <string> | default = '{{ template "victorops.default.state_message" . }}' ] [ state_message: <tmpl_string> | default = '{{ template "victorops.default.state_message" . }}' ]
# The monitoring tool the state message is from. # The monitoring tool the state message is from.
[ monitoring_tool: <string> | default = '{{ template "victorops.default.monitoring_tool" . }}' ] [ monitoring_tool: <string> | default = '{{ template "victorops.default.monitoring_tool" . }}' ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment