Commit a45d74f1 authored by Conor Broderick's avatar Conor Broderick Committed by Brian Brazil

Added VictorOps configuration to docs (#724)

* Added VictorOps configuration to docs
parent c7061931
......@@ -369,7 +369,7 @@ channel: <tmpl_string>
# API request data as defined by the Slack webhook API.
[ color: <tmpl_string> | default = '{{ if eq .Status "firing" }}danger{{ else }}good{{ end }}' ]
[ username: <tmpl_string> | default = '{{ template "slack.default.username" . }}'
[ username: <tmpl_string> | default = '{{ template "slack.default.username" . }}' ]
[ title: <tmpl_string> | default = '{{ template "slack.default.title" . }}' ]
[ title_link: <tmpl_string> | default = '{{ template "slack.default.titlelink" . }}' ]
[ icon_emoji: <tmpl_string> ]
......@@ -408,6 +408,30 @@ api_key: <string>
# Comma separated list of tags attached to the notifications.
[ tags: <tmpl_string> ]
```
## `<victor_ops_config>`
VictorOps notifications are sent out via the [VictorOps API](https://help.victorops.com/knowledge-base/victorops-restendpoint-integration/)
```
# The API key to use when talking to the VictorOps API.
api_key: <string>
# The VictorOps API URL.
[ api_url: <string> | default = global.victor_ops_api_url ]
# A key used to map the alert to a team.
[ routing_key: <string> ]
# Describes the behavior of the alert (Critical, Acknowledgement, Info, Recovery).
[ message_type: <string> ]
# Contains explanation of the alerted problem.
[ state_message: <string> | default = '{{ template "victorops.default.state_message" . }}' ]
# The monitoring tool the state message is from.
[ monitoring_tool: <string> | default = '{{ template "victorops.default.monitoring_tool" . }}' ]
```
## `<webhook_config>`
......
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