Prometheus Charmers Prometheus Alertmanager

Channel Revision Published Runs on
latest/stable 17 19 Mar 2021
Ubuntu 18.04 Ubuntu 16.04
latest/edge 15 19 Mar 2021
Ubuntu 18.04 Ubuntu 16.04
juju deploy prometheus-charmers-prometheus-alertmanager
Show information

Platform:

Ubuntu
18.04 16.04

Learn about configurations >

  • external_url | string

    The URL under which Alertmanager is externally reachable (for example, if Alertmanager is served via a reverse proxy). Used for generating relative and absolute links back to Alertmanager itself. If the URL has a path portion, it will be used to prefix all HTTP endpoints served by Alertmanager. If omitted, relevant URL components will be derived automatically. It's templatized to accept the following vars: {private_address}, {public_address}, {port}, thus you can use e.g.: juju set alertmanager external_url="http://{private_address}:{port}/"

  • extra_receivers | string

    YAML string containing a list of alertmanager 'receivers' to add

  • extra_routes | string

    YAML string containing a list of alertmanager 'routes' to add

  • pagerduty_service_key | string

    PagerDuty service key

  • pagerduty_url | string

    Override default, use default from alertmanager ( global.pagerduty_url) if unset

  • port | int

    Default: 9093

    Alertmanager listening port

  • raw_config | string

    Alertmanager configuration in yaml format. If you set this option all options except "snap_channel", "port" and "external_url" will be ignored. This is intended for advanced use cases only, for example multiple receivers with complex routing and inhibition rules.

  • repeat_interval | string

    Default: 30m

    If an alert has successfully been sent, wait 'repeat_interval' to resend them.

  • slack_api_url | string

    Your slack.com Webhook URL, see https://api.slack.com/incoming-webhooks (required)

  • slack_channel | string

    slack channel (required)

  • smtp_from | string

    Default: root@localhost

    SMTP from

  • smtp_smarthost | string

    Default: localhost:25

    SMTP relay

  • smtp_to | string

    Default: root@localhost

    Default email recipient for all alerts

  • snap_channel | string

    Default: stable

    If install_method is set to "snap" this option controlls channel name. Supported values are: "stable", "candidate", "beta" and "edge"

  • snap_proxy | string

    DEPRECATED. Use snap-http-proxy and snap-https-proxy model configuration settings. HTTP/HTTPS web proxy for Snappy to use when accessing the snap store.

  • snap_proxy_url | string

    DEPRECATED. Use snap-store-proxy model configuration setting. The address of a Snap Store Proxy to use for snaps e.g. http://snap-proxy.example.com

  • snapd_refresh | string

    How often snapd handles updates for installed snaps. The default (an empty string) is 4x per day. Set to "max" to check once per month based on the charm deployment date. You may also set a custom string as described in the 'refresh.timer' section here: https://forum.snapcraft.io/t/system-options/87

  • webhook_url | string

    Your webhook url