Commit 8198f27d authored by Conor Broderick's avatar Conor Broderick Committed by Brian Brazil

Fixed incorrect key for victorops api url (#764)

parent 1a56635c
...@@ -409,7 +409,7 @@ api_key: <string> ...@@ -409,7 +409,7 @@ api_key: <string>
# Comma separated list of tags attached to the notifications. # Comma separated list of tags attached to the notifications.
[ tags: <tmpl_string> ] [ tags: <tmpl_string> ]
``` ```
## `<victor_ops_config>` ## `<victorops_config>`
VictorOps notifications are sent out via the [VictorOps API](https://help.victorops.com/knowledge-base/victorops-restendpoint-integration/) VictorOps notifications are sent out via the [VictorOps API](https://help.victorops.com/knowledge-base/victorops-restendpoint-integration/)
...@@ -418,7 +418,7 @@ VictorOps notifications are sent out via the [VictorOps API](https://help.victor ...@@ -418,7 +418,7 @@ VictorOps notifications are sent out via the [VictorOps API](https://help.victor
api_key: <string> api_key: <string>
# The VictorOps API URL. # The VictorOps API URL.
[ api_url: <string> | default = global.victor_ops_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: <string> ]
......
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