Ceilometer Agent
- OpenStack Charmers
- Cloud
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 532 | 18 Nov 2024 | |
latest/edge | 531 | 18 Nov 2024 | |
latest/edge | 530 | 18 Nov 2024 | |
latest/edge | 529 | 18 Nov 2024 | |
latest/edge | 526 | 07 Mar 2024 | |
latest/edge | 517 | 25 Oct 2023 | |
latest/edge | 512 | 16 Apr 2023 | |
latest/edge | 492 | 21 May 2022 | |
latest/edge | 259 | 17 Dec 2020 | |
latest/edge | 29 | 17 Dec 2020 | |
yoga/stable | 509 | 23 Jan 2023 | |
zed/stable | 503 | 23 Jan 2023 | |
xena/stable | 523 | 30 Nov 2023 | |
wallaby/stable | 521 | 30 Nov 2023 | |
victoria/stable | 524 | 30 Nov 2023 | |
ussuri/stable | 522 | 30 Nov 2023 | |
train/candidate | 501 | 28 Nov 2022 | |
train/edge | 520 | 30 Nov 2023 | |
stein/candidate | 501 | 28 Nov 2022 | |
stein/edge | 520 | 30 Nov 2023 | |
rocky/candidate | 501 | 28 Nov 2022 | |
rocky/edge | 520 | 30 Nov 2023 | |
queens/candidate | 501 | 28 Nov 2022 | |
queens/edge | 520 | 30 Nov 2023 | |
2024.1/candidate | 527 | 19 Jul 2024 | |
2024.1/candidate | 517 | 24 Jan 2024 | |
2023.2/stable | 519 | 30 Nov 2023 | |
2023.1/stable | 515 | 14 Jun 2023 |
juju deploy ceilometer-agent --channel yoga/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
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.