Ceilometer Agent

  • By OpenStack Charmers
  • Cloud
Channel Revision Published Runs on
latest/edge 526 07 Mar 2024
Ubuntu 22.04
yoga/stable 509 23 Jan 2023
Ubuntu 22.04 Ubuntu 20.04
zed/stable 503 23 Jan 2023
Ubuntu 22.10 Ubuntu 22.04
xena/stable 523 30 Nov 2023
Ubuntu 20.04
wallaby/stable 521 30 Nov 2023
Ubuntu 20.04
victoria/stable 524 30 Nov 2023
Ubuntu 20.04
ussuri/stable 522 30 Nov 2023
Ubuntu 20.04 Ubuntu 18.04
train/candidate 501 28 Nov 2022
Ubuntu 18.04
train/edge 520 30 Nov 2023
Ubuntu 18.04
stein/candidate 501 28 Nov 2022
Ubuntu 18.04
stein/edge 520 30 Nov 2023
Ubuntu 18.04
rocky/candidate 501 28 Nov 2022
Ubuntu 18.04
rocky/edge 520 30 Nov 2023
Ubuntu 18.04
queens/candidate 501 28 Nov 2022
Ubuntu 18.04
queens/edge 520 30 Nov 2023
Ubuntu 18.04
2024.1/candidate 517 24 Jan 2024
Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.04
2023.2/stable 519 30 Nov 2023
Ubuntu 23.10 Ubuntu 22.04
2023.1/stable 515 14 Jun 2023
Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04
juju deploy ceilometer-agent --channel yoga/stable
Show information

Platform:

Ubuntu
22.04 20.04

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.