Aodh

服务

aodh-api

提供对警报信息的api访问。

aodh-evaluator

判断是否触发警报。

aodh-listener

监听event事件,确定何时因为什么触发警报。

aodh-notifier

接收警报,并处理。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
aodh alarm create \
--name cpu_test_1 \
--type gnocchi_resources_threshold \
--description 'instance running hot' \
--metric cpu_util \
--threshold 30.0 \
--comparison-operator gt \
--aggregation-method mean \
--granularity 600 \
--evaluation-periods 3 \
--alarm-action 'log://' \
--resource-id c05ea85d-d60c-4a0c-9d0c-e4d1594995e0 \
--resource-type instance \
--debug
1
2
3
4
5
6
7
8
9
10
11
12
13
aodh alarm create \
--name cpu_test_11 \
--type threshold \
--description 'instance running hot' \
--metric cpu_util \
--threshold 30.0 \
--comparison-operator gt \
--aggregation-method mean \
--granularity 600 \
--evaluation-periods 3 \
--alarm-action 'log://' \
--resource-id c05ea85d-d60c-4a0c-9d0c-e4d1594995e0 \
--resource-type instance