-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Added VictorOps configuration to docs #724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added VictorOps configuration to docs #724
Conversation
# The API key to use when talking to the VictorOps API. | ||
api_key: <string> | ||
|
||
# The VictorOps webhook URL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems more likely to be an API URL.
# A key used to map the alert to a team. | ||
[ routing_key: <string> ] | ||
|
||
# Describes the behavior of the alert. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should mention the possible values, keeping in mind the munging we do.
@@ -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://portal.victorops.com/public/api-docs.html#/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's not the API we're using: https://github.com/prometheus/alertmanager/blob/master/config/config.go#L284
api_key: <string> | ||
|
||
# The VictorOps API URL. | ||
[ api_url: <string> ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is defaulted to the global setting
No description provided.