Commit cd67fa34 authored by Daniel Kessler's avatar Daniel Kessler

Change strings to secrets in alertmanager config docs

Signed-off-by: 's avatarDaniel Kessler <daniel@dkess.me>
parent f785fe9f
...@@ -80,11 +80,11 @@ global: ...@@ -80,11 +80,11 @@ global:
[ smtp_require_tls: <bool> | default = true ] [ smtp_require_tls: <bool> | default = true ]
# The API URL to use for Slack notifications. # The API URL to use for Slack notifications.
[ slack_api_url: <string> ] [ slack_api_url: <secret> ]
[ victorops_api_key: <string> ] [ victorops_api_key: <secret> ]
[ victorops_api_url: <string> | default = "https://alert.victorops.com/integrations/generic/20131114/alert/" ] [ victorops_api_url: <string> | default = "https://alert.victorops.com/integrations/generic/20131114/alert/" ]
[ pagerduty_url: <string> | default = "https://events.pagerduty.com/v2/enqueue" ] [ pagerduty_url: <string> | default = "https://events.pagerduty.com/v2/enqueue" ]
[ opsgenie_api_key: <string> ] [ opsgenie_api_key: <secret> ]
[ opsgenie_api_url: <string> | default = "https://api.opsgenie.com/" ] [ opsgenie_api_url: <string> | default = "https://api.opsgenie.com/" ]
[ hipchat_api_url: <string> | default = "https://api.hipchat.com/" ] [ hipchat_api_url: <string> | default = "https://api.hipchat.com/" ]
[ hipchat_auth_token: <secret> ] [ hipchat_auth_token: <secret> ]
......
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