Omnivector Sentry

  • By OmniVector Solutions
Channel Revision Published Runs on
latest/stable 19 19 Mar 2021
Ubuntu 18.04 Ubuntu 16.04
juju deploy omnivector-sentry
Show information

Platform:

Ubuntu
18.04 16.04

Learn about configurations >

  • admin-email | string

    Default: admin@example.com

    Email used to set up the admin account. Changing this after the initial setup is a no-op.

  • admin-password | string

    Default: mysecret

    Password used to set up the admin account. Changing this after the initial setup is a no-op.

  • beacon | boolean

    Default: True

    Enable or disable periodically sending beacons to sentry.io

  • db-extensions | string

    Default: citext

    Database extensions

  • db-name | string

    Default: sentry

    Database name

  • db-uri | string

    Postgresql URI

  • email-from | string

    Email address to send on behalf of

  • email-server-host | string

    SMTP server hostname

  • email-server-password | string

    SMTP server password

  • email-server-port | int

    SMTP server port

  • email-server-tls | boolean

    Set to True if you must use TLS to connect to your SMTP server

  • email-server-username | string

    SMTP server username

  • github-api-secret | string

    GitHub Application Client Secret

  • github-app-id | string

    GitHub Application Client ID

  • github-extended-permissions | string

    Default: ['repo']

    Python formatted list of permissions for the GitHub plugin

  • nagios_context | string

    Default: juju

    Used by the nrpe subordinate charms. A string that will be prepended to instance name to set the host name in nagios. So for instance the hostname would be something like: juju-myservice-0 If you're running multiple environments with the same services in them this allows you to differentiate between them.

  • nagios_servicegroups | string

    A comma-separated list of nagios servicegroups. If left empty, the nagios_context will be used as the servicegroup

  • redis-uri | string

    Redis URI

  • 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

  • social-auth-redirect-is-https | boolean

    Default: True

    Use https for social auth redirects

  • system-secret-key | string

    Secret key for session signing

  • web-override | string

    systemd service override for snap.sentry.web.service. Can be used to configure an http proxy.