Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 13. Install the Telemetry Alarming Service
		The Telemetry Alarming service (
Aodh) triggers defined actions based on the data collected by the Telemetry service.
	13.1. Install the Telemetry Alarming Service Packages
Link kopierenLink in die Zwischenablage kopiert!
			The following packages provide the components of the Telemetry Alarming service:
		
- openstack-aodh-api
- Provides the main OpenStack Telemetry Alarming service API
- openstack-aodh-common
- Provides the files that are common to all OpenStack Telemetry Alarming service components
- openstack-aodh-evaluator
- Provides the alarm evaluator, which determines when alarms are to trigger
- openstack-aodh-expirer
- Provides the expirer component, which clears expired alarm history data
- openstack-aodh-listener
- Provides the listener daemon, which executes the defined actions
- openstack-aodh-notifier
- Provides the notifier daemon, which allows alarms to be set
- python-aodh
- Provides the OpenStack Telemetry Alarming service Python libraries
- python-aodhclient
- Provides the OpenStack Telemetry Alarming service command-line tool and a Python API (specifically, the aodhclient module).
			Install all the required packages:
		
yum install openstack-aodh-api openstack-aodh-evaluator openstack-aodh-expirer openstack-aodh-listener openstack-aodh-notifier python-aodhclient
# yum install openstack-aodh-api openstack-aodh-evaluator openstack-aodh-expirer openstack-aodh-listener openstack-aodh-notifier python-aodhclient
			This will install the openstack-aodh-common and python-aodh packages automatically because they are dependencies.