File alertmanager.yml of Package alertmanager
global: # ResolveTimeout is the time after which an alert is declared resolved # if it has not been updated. #resolve_timeout: 5m # The default SMTP From header field. #smtp_from: alertmanager@localhost # The default SMTP smarthost used for sending emails, including port number. # Port number usually is 25, or 587 for SMTP over TLS (sometimes referred to as STARTTLS). # Example: smtp.example.org:587 #smtp_smarthost: localhost:25 # The default hostname to identify to the SMTP server. #smtp_hello: localhost #smtp_auth_username: user # SMTP Auth using LOGIN and PLAIN. #smtp_auth_password: <ecret> # SMTP Auth using PLAIN. #smtp_auth_identity: <string> # SMTP Auth using CRAM-MD5. #smtp_auth_secret: <secret> # The default SMTP TLS requirement. #smtp_require_tls: true # The API URL to use for Slack notifications. #slack_api_url: <string> #victorops_api_key: <string> #victorops_api_url: https://alert.victorops.com/integrations/generic/20131114/alert/ #pagerduty_url: https://events.pagerduty.com/v2/enqueue #opsgenie_api_key: <string> #opsgenie_api_url: https://api.opsgenie.com/ #hipchat_api_url: https://api.hipchat.com/ #hipchat_auth_token: <secret> #wechat_api_url: https://qyapi.weixin.qq.com/cgi-bin/ #wechat_api_secret: <secret> #wechat_api_corp_id: <string> # The default HTTP client configuration #http_config: <http_config> # Files from which custom notification template definitions are read. # The last component may use a wildcard matcher, e.g. 'templates/*.tmpl'. templates: - templates/*.tmpl # The root node of the routing tree. route: # A list of notification receivers. receivers: [] # A list of inhibition rules. inhibit_rules: []