File: get_started.rst

package info (click to toggle)
aodh 20.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,936 kB
  • sloc: python: 11,347; sh: 316; makefile: 206
file content (28 lines) | stat: -rw-r--r-- 1,169 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
===================================
Telemetry Alarming service overview
===================================

The Telemetry Alarming services trigger alarms when the collected metering
or event data break the defined rules.

The Telemetry Alarming service consists of the following components:

An API server (``aodh-api``)
  Runs on one or more central management servers to provide access
  to the alarm information stored in the data store.

An alarm evaluator (``aodh-evaluator``)
  Runs on one or more central management servers to determine when
  alarms fire due to the associated statistic trend crossing a
  threshold over a sliding time window.

A notification listener (``aodh-listener``)
  Runs on a central management server and determines when to fire alarms.
  The alarms are generated based on defined rules against events, which are
  captured by the Telemetry Data Collection service's notification agents.

An alarm notifier (``aodh-notifier``)
  Runs on one or more central management servers to allow alarms to be
  set based on the threshold evaluation for a collection of samples.

These services communicate by using the OpenStack messaging bus.