You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from openstack Mitaka,Telemetry project is divided into four parts:Ceilometer、 Aodh、Gnocchi and Panko.using gnocchi as storage,alarm created by aodh is different from previous way.like "aodh alarm create
--name cpu_hi
--type gnocchi_resources_threshold
--description 'instance running hot'
--metric cpu_util
--threshold 70.0
--comparison-operator gt
--aggregation-method mean
--granularity 600
--evaluation-periods 3
--alarm-action 'log://'
--resource-id INSTANCE_ID
--resource-type instance"
however,openstack4j not support this way still.
The text was updated successfully, but these errors were encountered:
zhangjianweibj
changed the title
Telemetery gnocchi alarm create support
Telemetery gnocchi alarm create
Oct 17, 2017
from openstack Mitaka,Telemetry project is divided into four parts:Ceilometer、 Aodh、Gnocchi and Panko.using gnocchi as storage,alarm created by aodh is different from previous way.like "aodh alarm create
--name cpu_hi
--type gnocchi_resources_threshold
--description 'instance running hot'
--metric cpu_util
--threshold 70.0
--comparison-operator gt
--aggregation-method mean
--granularity 600
--evaluation-periods 3
--alarm-action 'log://'
--resource-id INSTANCE_ID
--resource-type instance"
however,openstack4j not support this way still.
The text was updated successfully, but these errors were encountered: