Prometheus Mongodb Exporter Charmers Prometheus Mongodb Exporter

  • By prometheus-mongodb-exporter-charmers
  • Monitoring
Channel Revision Published Runs on
latest/stable 2 19 Mar 2021
Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
latest/edge 32 19 Oct 2022
Ubuntu 22.04
juju deploy prometheus-mongodb-exporter-charmers-prometheus-mongodb-exporter
Show information

Platform:

Ubuntu
20.04 18.04 16.04

Learn about configurations >

  • mongodb_tls_ca | string

    base64 encoded CA that is trusted for MongoDB server connections. You can set this value to "juju" if you want to connect to a Juju controller MongoDB - the charm will automatically use the CA used by Juju.

  • mongodb_tls_cert | string

    base64 encoded client certificate and key used to connect to MongoDB. You can set this value to "juju" if you want to connect to a Juju controller MongoDB - the charm will automatically use the certificate used by Juju.

  • mongodb_uri | string

    The MongoDB server's URI, in the form "mongodb://user:pass@ip:port/". To monitor a local Juju controller, use the special string "juju-db://". The charm will choose appropriate values for mongodb_tls_ca and mongodb_tls_cert when using "juju-db://".

  • port | int

    Default: 19091

    Port to listen for connections on

  • 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