The Charm Store will undergo scheduled database maintenance on July 5, 2026 22:00 to July 6, 02:00 UTC. During this time, you may be unable to access charm and bundle metadata or publish updates. No user action is required and services will automatically resume once maintenance is complete.

We've discontinued the registration of new Bundles

New Bundle registrations are no longer accepted. Existing bundles remain functional. We recommend using the Juju Terraform Provider for new deployments.

Openstack Telemetry

OpenStack Charmers Publisher | bundle

Platform:

Ubuntu
Channel Revision Published
latest/stable 65 27 Oct 2021
juju deploy openstack-telemetry

Learn about configurations >

  • enable-all-pollsters | boolean

    The default ceilometer pollster collection runs a limited set of pollsters. Enable this to run all the available pollsters. This setting only takes effect from Queens onwards.

  • nagios_context | string

    Default: juju

    Used by the nrpe-external-master subordinate charm. 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

  • polling-interval | int

    Default: 300

    Number of seconds between Ceilometer compute agent pollster collections. This setting only takes effect from Queens onwards.

  • rabbit-user | string

    Default: ceilometer

    Username to request access on rabbitmq-server.

  • rabbit-vhost | string

    Default: openstack

    RabbitMQ virtual host to request access on rabbitmq-server.

  • use-internal-endpoints | boolean

    Openstack mostly defaults to using public endpoints for internal communication between services. If set to True this option will configure services to use internal endpoints where possible.