Commit 3c2dd428 authored by Paul Van de Vreede's avatar Paul Van de Vreede Committed by Brian Brazil

Change VO config routing_key to reflect that it is a template string. (#1050)

Signed-off-by: 's avatarpvdvreede <pvdvreede@gmail.com>
parent 6b021f1d
...@@ -552,7 +552,7 @@ VictorOps notifications are sent out via the [VictorOps API](https://help.victor ...@@ -552,7 +552,7 @@ VictorOps notifications are sent out via the [VictorOps API](https://help.victor
[ api_url: <string> | default = global.victorops_api_url ] [ api_url: <string> | default = global.victorops_api_url ]
# 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: <tmpl_string>
# Describes the behavior of the alert (CRITICAL, WARNING, INFO). # Describes the behavior of the alert (CRITICAL, WARNING, INFO).
[ message_type: <tmpl_string> | default = 'CRITICAL' ] [ message_type: <tmpl_string> | default = 'CRITICAL' ]
......
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